Type Alias SearchAddressExists

SearchAddressExists: { field: "address"; operator: "exists" | "not_exists" }

Type declaration

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