DOCS

QueryAllParams

Pagination Parameters

type QueryAllParams = Exclude<
  z.input<typeof QueryAllParamsSchema>,
  undefined
>;