Skip to content

Commit

Permalink
Updates type def
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Apr 25, 2023
1 parent e19f896 commit c52bb41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export interface SavedObjectsImportFailure {
* If `overwrite` is specified, an attempt was made to overwrite an existing object.
*/
overwrite?: boolean;
managed?: boolean;
error:
| SavedObjectsImportConflictError
| SavedObjectsImportAmbiguousConflictError
Expand Down

0 comments on commit c52bb41

Please sign in to comment.