UNPKG

@data-client/rest

Version:

Quickly define typed REST resources and endpoints

5 lines (4 loc) 323 B
import type { schema } from '@data-client/endpoint'; export declare function paginatedMerge(existing: any[], incoming: any[]): any[]; export declare function createPaginationSchema(removeCursor: (...args: readonly any[]) => any[], collection: schema.Collection): any; //# sourceMappingURL=paginatedCollections.d.ts.map