Interface LocationFacetValue

interface LocationFacetValue {
    state: FacetValueState;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

value: string