Variable RoomAttributeValueOwnSelectFieldsSchemaJsonConst
RoomAttributeValueOwnSelectFieldsSchemaJson: ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
attribute: ZodOptional<ZodCoercedBoolean<unknown>>;
attributeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
room: ZodOptional<ZodCoercedBoolean<unknown>>;
roomId: ZodOptional<ZodCoercedBoolean<unknown>>;
value: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
>,
> = ...