Skip to content

Variable: GetFolderDescendantsSchema

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

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