MCPcopy Create free account
hub / github.com/code100x/cms / PaginationInfo

Interface PaginationInfo

src/lib/utils.ts:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 };
250};
251interface PaginationInfo {
252 pageNumber: number;
253 pageSize: number;
254 skip: number;
255}
256export type Delete = {
257 message: string;
258};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected