Skip to content

Commit

Permalink
Commit API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed May 6, 2020
1 parent 2efddf6 commit 20d5546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/server.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ export type SavedObjectMigrationFn<InputAttributes = unknown, MigratedAttributes
// @public
export interface SavedObjectMigrationMap {
// (undocumented)
[version: string]: SavedObjectMigrationFn;
[version: string]: SavedObjectMigrationFn<any, any>;
}

// @public
Expand Down

0 comments on commit 20d5546

Please sign in to comment.