Variable UserRoleSchemaConst
UserRoleSchema: ZodObject<{
ID: ZodString;
Role: ZodString;
RoleID: ZodString;
User: ZodString;
UserID: ZodString;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
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;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
ID: ZodString
Role: ZodString
RoleID: ZodString
User: ZodString
UserID: ZodString
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional ID?: string
Optional Role?: string
Optional RoleID?: string
Optional User?: string
Optional UserID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional ID?: string
Optional Role?: string
Optional RoleID?: string
Optional User?: string
Optional UserID?: string
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity User Roles