Skip to content

Commit 7b9aff0

Browse files
Update Doc API Changes
1 parent 4160164 commit 7b9aff0

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

docs/development/core/server/kibana-plugin-core-server.validateobject.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/core/server/server.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,11 +2985,6 @@ export interface UserProvidedValues<T = any> {
29852985
userValue?: T;
29862986
}
29872987

2988-
// Warning: (ae-missing-release-tag) "validateObject" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2989-
//
2990-
// @public (undocumented)
2991-
export function validateObject(obj: any): void;
2992-
29932988
// @public
29942989
export const validBodyOutput: readonly ["data", "stream"];
29952990

0 commit comments

Comments
 (0)