Variable EmployeeRoomOwnSelectFieldsSchemaConst
EmployeeRoomOwnSelectFieldsSchema: ZodObject<
{
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
givenAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
room: ZodOptional<ZodCoercedBoolean<unknown>>;
roomId: ZodOptional<ZodCoercedBoolean<unknown>>;
takenAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...