Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Apr 16, 2023
1 parent 6469d33 commit e658855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/data_views/common/content_management/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
* Side Public License, v 1.
*/

/**
* Data view saved object version.
*/
export const LATEST_VERSION = 1;

export const DataViewSOType = 'index-pattern';

export type DataViewContentType = typeof DataViewSOType;

0 comments on commit e658855

Please sign in to comment.