Skip to content

Variable: GetContentDescendantsSchema

ts
const GetContentDescendantsSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodCustom<"attachment" | "page" | string & object | "comment", "attachment" | "page" | string & object | "comment">>>;
  id: ZodString;
}, $strip>;

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