Variable: GetDescendantsOfTypeSchema
ts
const GetDescendantsOfTypeSchema: ZodObject<{
depth: ZodOptional<ZodString>;
expand: ZodOptional<ZodArray<ZodString>>;
id: ZodString;
limit: ZodOptional<ZodNumber>;
start: ZodOptional<ZodNumber>;
type: ZodCustom<"attachment" | "page" | string & object | "comment", "attachment" | "page" | string & object | "comment">;
}, $strip>;Defined in: src/v1/parameters/getDescendantsOfType.ts:4