Skip to content

Commit

Permalink
Fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Apr 17, 2020
1 parent 1c62e3e commit 91e28f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
* under the License.
*/

import { IndexPatternField } from '../../../../../../../../../plugins/data/public';
import { IFieldType } from '../../../../../../../../../plugins/data/public';

export interface IndexedFieldItem extends IndexPatternField {
export interface IndexedFieldItem extends IFieldType {
info: string[];
excluded: boolean;
}

0 comments on commit 91e28f5

Please sign in to comment.