Type Alias SearchPhoneValue

SearchPhoneValue: {
    field: "phone";
    operator: "eq" | "not_eq" | "contains" | "not_contains";
    value: string;
}

Type declaration

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