Type Alias SearchCustomFieldType5Value

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

Type declaration

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