Variable MJUserRoleSchemaConst
MJUserRoleSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
ID: ZodString;
Role: ZodString;
RoleID: ZodString;
User: ZodString;
UserID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
Role?: string;
RoleID?: string;
User?: string;
UserID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
ID?: string;
Role?: string;
RoleID?: string;
User?: string;
UserID?: string;
},
> = ...
zod schema definition for the entity MJ: User Roles