Variable MJTemplateContentSchemaConst
MJTemplateContentSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ID: ZodString;
IsActive: ZodBoolean;
Priority: ZodNumber;
Template: ZodString;
TemplateID: ZodString;
TemplateText: ZodNullable<ZodString>;
Type: ZodString;
TypeID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
IsActive?: boolean;
Priority?: number;
Template?: string;
TemplateID?: string;
TemplateText?: string;
Type?: string;
TypeID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
IsActive?: boolean;
Priority?: number;
Template?: string;
TemplateID?: string;
TemplateText?: string;
Type?: string;
TypeID?: string;
},
> = ...
zod schema definition for the entity MJ: Template Contents