Variable RoomAttributeOwnSelectFieldsSchemaJsonConst
RoomAttributeOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
id: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
values: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...