Skip to content

Variable: LabeledContentSchema

ts
const LabeledContentSchema: ZodObject<{
  contentId: ZodNumber;
  contentType: ZodCustom<"attachment" | "page" | string & object | "blogpost" | "page_template", "attachment" | "page" | string & object | "blogpost" | "page_template">;
  title: ZodString;
}, $loose>;

Defined in: src/v1/models/labeledContent.ts:5