Torn API Client
    Preparing search index...

    Type Alias RequestLinks

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

    Properties

    Properties

    next: string | unknown
    prev: string | unknown