Variable MJContentItemAttributeSchemaConst
MJContentItemAttributeSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ContentItem: ZodNullable<ZodString>;
ContentItemID: ZodString;
ID: ZodString;
Name: ZodString;
Value: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ContentItem?: string;
ContentItemID?: string;
ID?: string;
Name?: string;
Value?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ContentItem?: string;
ContentItemID?: string;
ID?: string;
Name?: string;
Value?: string;
},
> = ...
zod schema definition for the entity MJ: Content Item Attributes