Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Jun 30, 2021
1 parent 34598e8 commit ebb9a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/data/common/es_query/es_query/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export interface IFieldSubType {
}
export interface IndexPatternFieldBase {
name: string;
/**
* Kibana field type
*/
type: string;
subType?: IFieldSubType;
/**
Expand Down

0 comments on commit ebb9a14

Please sign in to comment.