Variable MJEmployeeRoleSchemaConst
MJEmployeeRoleSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
Employee: ZodNullable<ZodString>;
EmployeeID: ZodString;
ID: ZodString;
Role: ZodString;
RoleID: ZodString;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Employee?: string;
EmployeeID?: string;
ID?: string;
Role?: string;
RoleID?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
Employee?: string;
EmployeeID?: string;
ID?: string;
Role?: string;
RoleID?: string;
},
> = ...
zod schema definition for the entity MJ: Employee Roles