12 using ValueVariant = ::std::variant<::CommandRationalRange, bool, ::std::string>;
14 using OptionalValueVariant = ::std::optional<::std::variant<::CommandRationalRange, bool, ::std::string>>;
19 ::ll::TypedStorage<8, 48, ::HashedString> mPropertyName;
20 ::ll::TypedStorage<1, 1, bool> mInverted;
21 ::ll::TypedStorage<8, 48, ::std::optional<::std::variant<::CommandRationalRange, bool, ::std::string>>> mValue;