Skip to content

Variable: GetPageDescendantsSchema

ts
const GetPageDescendantsSchema: ZodObject<{
  cursor: ZodOptional<ZodString>;
  depth: ZodOptional<ZodNumber>;
  id: ZodNumber;
  limit: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v2/parameters/getPageDescendants.ts:3