Skip to content

Commit

Permalink
Remove dead type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Oct 16, 2021
1 parent 97c4984 commit 0e6ef91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/data_views/common/data_views/data_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ interface SavedObjectBody {
type?: string;
}

type FormatFieldFn = (hit: Record<string, any>, fieldName: string) => any;

export class DataView implements IIndexPattern {
public id?: string;
public title: string = '';
Expand Down

0 comments on commit 0e6ef91

Please sign in to comment.