@ecp.eth/sdk / indexer / IndexerAPIPaginationSchemaType
Type Alias: IndexerAPIPaginationSchemaType
type IndexerAPIPaginationSchemaType = {
hasMore: boolean;
limit: number;
offset: number;
};Defined in: packages/sdk/src/indexer/schemas.ts:453
Type declaration
hasMore
hasMore: boolean;limit
limit: number;offset
offset: number;