Variable EmployeeRoomOmitFieldsSchemaConst
EmployeeRoomOmitFieldsSchema: ZodObject<
{
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
givenAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
roomId: ZodOptional<ZodCoercedBoolean<unknown>>;
takenAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...