Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Aug 10, 2023
1 parent 1769937 commit 79b4131
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@

import type { EnrichPolicyType } from '@elastic/elasticsearch/lib/api/types';

export interface ESEnrichPolicyType {
name: string;
indices: string[];
match_field: string;
enrich_fields: string[];
}

export interface SerializedEnrichPolicy {
type: EnrichPolicyType;
name: string;
Expand Down

0 comments on commit 79b4131

Please sign in to comment.