interface LiteralOperandOptions {
    value?: null | VariantOptions;
}

Hierarchy (view full)

Properties

Properties

value?: null | VariantOptions