Torn API Client
    Preparing search index...

    Type Alias RequestLinks

    type RequestLinks = {
        next: string | null;
        prev: string | null;
    }
    Index

    Properties

    Properties

    next: string | null
    prev: string | null