Variable MJUserFavoriteSchemaConst
MJUserFavoriteSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Entity: ZodString;
EntityBaseTable: ZodString;
EntityBaseView: ZodString;
EntityID: ZodString;
ID: ZodString;
RecordID: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Entity?: string;
EntityBaseTable?: string;
EntityBaseView?: string;
EntityID?: string;
ID?: string;
RecordID?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Entity?: string;
EntityBaseTable?: string;
EntityBaseView?: string;
EntityID?: string;
ID?: string;
RecordID?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: User Favorites