Skip to content

Variable: GetContentDescendantsSchema

ts
const GetContentDescendantsSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodEnum<{
     attachment: "attachment";
     comment: "comment";
     page: "page";
  }>>>;
  id: ZodString;
}, $strip>;

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