Type Alias SearchSourceValue

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

Type declaration

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