Skip to content

Variable: GetContentTemplatesSchema

ts
const GetContentTemplatesSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodCustom<"body" | string & object | "body.storage", "body" | string & object | "body.storage">>>;
  limit: ZodOptional<ZodNumber>;
  spaceKey: ZodOptional<ZodString>;
  start: ZodOptional<ZodNumber>;
}, $strip>;

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