Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lizozom authored Aug 2, 2021
1 parent 2114873 commit 0a2a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/common/index_patterns/fields/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { IndexPatternFieldBase } from '@kbn/es-query';
import { FieldSpec, IndexPattern } from '../..';

/**
* @deprecated Use `IndexPatternField` or `FieldSpec` instead
* @deprecated Use {@link IndexPatternField} or {@link FieldSpec} instead
* @removeBy 8.0
*/
export interface IFieldType extends IndexPatternFieldBase {
Expand Down

0 comments on commit 0a2a35a

Please sign in to comment.