Type Alias SearchCustomFieldType2Value

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

Type declaration

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