Variable RoomOwnIncludeSchemaConst
RoomOwnIncludeSchema: ZodObject<
{
attributes: ZodOptional<ZodCoercedBoolean<unknown>>;
building: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeRoomRequests: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeRooms: ZodOptional<ZodCoercedBoolean<unknown>>;
quantities: ZodOptional<ZodCoercedBoolean<unknown>>;
serials: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...