Variable MJTaggedItemSchemaConst
MJTaggedItemSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Entity: ZodString;
EntityID: ZodString;
ID: ZodString;
RecordID: ZodString;
Tag: ZodString;
TagID: ZodString;
Weight: ZodNumber;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Entity?: string;
EntityID?: string;
ID?: string;
RecordID?: string;
Tag?: string;
TagID?: string;
Weight?: number;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Entity?: string;
EntityID?: string;
ID?: string;
RecordID?: string;
Tag?: string;
TagID?: string;
Weight?: number;
},
> = ...
zod schema definition for the entity MJ: Tagged Items