Variable: ContentBlueprintDraftSchema
ts
const ContentBlueprintDraftSchema: ZodObject<{
ancestors: ZodOptional<ZodNullable<ZodArray<ZodObject<{
id: ZodString;
}, $loose>>>>;
space: ZodOptional<ZodObject<{
key: ZodString;
}, $loose>>;
status: ZodOptional<ZodCustom<string & object | "current", string & object | "current">>;
title: ZodString;
type: ZodCustom<"page" | string & object, "page" | string & object>;
version: ZodObject<{
number: ZodNumber;
}, $loose>;
}, $loose>;Defined in: src/v1/models/contentBlueprintDraft.ts:4