Type Alias SearchCityValue

SearchCityValue: {
    field: "city";
    operator: "eq" | "not_eq" | "contains" | "not_contains";
    value: string;
}

Type declaration

  • field: "city"
  • operator: "eq" | "not_eq" | "contains" | "not_contains"
  • value: string