Type Alias SearchCompanyNameValue

SearchCompanyNameValue: {
    field: "companyName";
    operator: "eq" | "not_eq" | "contains" | "not_contains";
    value: string;
}

Type declaration

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