Type Alias LocationFacetState

LocationFacetState: Omit<CoreCommerceFacetState<LocationFacetValue>, "type"> & {
    type: "location";
}