Variable RoomAttributeValueOwnSelectFieldsSchemaConst
RoomAttributeValueOwnSelectFieldsSchema: 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,
> = ...