Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed May 12, 2021
1 parent 0958a8b commit 15025fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/server/server.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,11 @@ export interface ContextSetup {

// @internal
export interface CoreConfigUsageData {
// (undocumented)
deprecatedKeys: {
set: string[];
unset: string[];
};
// (undocumented)
elasticsearch: {
sniffOnStart: boolean;
Expand Down

0 comments on commit 15025fc

Please sign in to comment.