Type Alias SearchCountryValue

SearchCountryValue: {
    field: "country";
    operator: "eq" | "not_eq";
    value: string;
}

Type declaration

  • field: "country"
  • operator: "eq" | "not_eq"
  • value: string