Skip to content

Variable: GetDescendantsOfTypeSchema

ts
const GetDescendantsOfTypeSchema: ZodObject<{
  depth: ZodOptional<ZodString>;
  expand: ZodOptional<ZodArray<ZodString>>;
  id: ZodString;
  limit: ZodOptional<ZodNumber>;
  start: ZodOptional<ZodNumber>;
  type: ZodEnum<{
     attachment: "attachment";
     comment: "comment";
     page: "page";
  }>;
}, $strip>;

Defined in: src/v1/parameters/getDescendantsOfType.ts:3