Variable RoomOwnIncludeSchemaJsonConst
RoomOwnIncludeSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
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,
>,
> = ...