Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Aug 14, 2020
1 parent 122cf26 commit 3dfce39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import { SavedObjectsClientContract, SavedObjectsCreateOptions } from 'kibana/server';
import { SavedObjectsClientContract, SavedObjectsCreateOptions, SavedObject } from 'kibana/server';

type AlertSavedObjectsCreateOptions = Omit<SavedObjectsCreateOptions, 'id' | 'overwrite'>;
type AlertSavedObjectsUpdateOptions = Omit<SavedObjectsCreateOptions, 'id' | 'overwrite'> &
Expand Down

0 comments on commit 3dfce39

Please sign in to comment.