Skip to content

Commit

Permalink
Make doc_values optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jul 1, 2020
1 parent e7a72c7 commit fc501e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/mappings/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export interface SavedObjectsCoreFieldMapping {
* @public
*/
export interface SavedObjectsComplexFieldMapping {
doc_values: boolean;
doc_values?: boolean;
type?: string;
properties: SavedObjectsMappingProperties;
}

0 comments on commit fc501e2

Please sign in to comment.