QueryAllParams type
Pagination Parameters
Signature:
export type QueryAllParams = Exclude<
z.input<typeof QueryAllParamsSchema>,
undefined
>;
Pagination Parameters
Signature:
export type QueryAllParams = Exclude<
z.input<typeof QueryAllParamsSchema>,
undefined
>;