PageResponse<T>: T & {
    pagination: {
        next_key: string;
        total: string;
    };
}

Type Parameters

  • T extends object

Type declaration

  • pagination: {
        next_key: string;
        total: string;
    }
    • next_key: string
    • total: string

Generated using TypeDoc