@tikoci/centrs
    Preparing search index...

    Interface SelectionWhereClause

    One --where attr=value device-class clause (exact-match, AND-combined).

    interface SelectionWhereClause {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string
    value: string