Type Alias SearchContactTypeValue

SearchContactTypeValue: {
    field: "type";
    operator: "eq" | "not_eq";
    value: string;
}

Type declaration

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