Circle V2 API Docs
    Preparing search index...

    Type Alias PaginatedResponse<T>

    type PaginatedResponse<T> = {
        items: T[];
        nextCursor: number | null;
        total: number;
    }

    Type Parameters

    • T
    Index

    Properties

    items: T[]
    nextCursor: number | null
    total: number