UNPKG

@mimamch/qontak

Version:
14 lines 296 B
export type PaginationProps = { limit: number; offset: number; }; export type PaginationResponse = { limit: number; offset: number; total: number; cursor?: { next?: string | null; previous?: string | null; }; }; //# sourceMappingURL=pagination.d.ts.map