aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiDataWithCursorBody<CursorType>

    Generic shape for API data requests that include pagination parameters.

    interface ApiDataWithCursorBody<CursorType> {
        cursor?: CursorType;
        limit?: number;
    }

    Type Parameters

    • CursorType
    Index
    cursor?: CursorType

    Cursor for pagination.

    limit?: number

    Limit for pagination.