opper
    Preparing search index...

    Interface AttributeCommand

    interface AttributeCommand {
        attribute: Attribute;
        value: string[];
    }
    Index

    Properties

    Properties

    attribute: Attribute
    value: string[]