Variable RoomOwnSelectFieldsSchemaJsonConst
RoomOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attributes: ZodOptional<ZodCoercedBoolean<unknown>>;
building: ZodOptional<ZodCoercedBoolean<unknown>>;
buildingId: ZodOptional<ZodCoercedBoolean<unknown>>;
code: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeRoomRequests: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeRooms: ZodOptional<ZodCoercedBoolean<unknown>>;
floor: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
quantities: ZodOptional<ZodCoercedBoolean<unknown>>;
serials: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...