Skip to content

Commit

Permalink
Output of 'node scripts/check_published_api_changes --accept'
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Dec 15, 2020
1 parent 284f1cc commit b1ed8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<b>Signature:</b>

```typescript
export interface LegacyElasticsearchError extends Boom
export interface LegacyElasticsearchError extends Boom.Boom
```
## Properties
Expand Down
2 changes: 1 addition & 1 deletion src/core/server/server.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ export type LegacyElasticsearchClientConfig = Pick<ConfigOptions, 'keepAlive' |
};

// @public
export interface LegacyElasticsearchError extends Boom {
export interface LegacyElasticsearchError extends Boom.Boom {
// (undocumented)
[code]?: string;
}
Expand Down

0 comments on commit b1ed8e7

Please sign in to comment.