Type Alias SearchPostalCodeExists

SearchPostalCodeExists: {
    field: "postalCode";
    operator: "exists" | "not_exists";
}

Type declaration

  • field: "postalCode"
  • operator: "exists" | "not_exists"