Variable MJContentTypeAttributeSchemaConst
MJContentTypeAttributeSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ContentTypeID: ZodString;
Description: ZodNullable<ZodString>;
ID: ZodString;
Name: ZodString;
Prompt: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ContentTypeID?: string;
Description?: string;
ID?: string;
Name?: string;
Prompt?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ContentTypeID?: string;
Description?: string;
ID?: string;
Name?: string;
Prompt?: string;
},
> = ...
zod schema definition for the entity MJ: Content Type Attributes