Skip to content

Commit

Permalink
Update Doc API Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaDerevyankina committed Dec 18, 2020
1 parent 4160164 commit 7b9aff0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions src/core/server/server.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2985,11 +2985,6 @@ export interface UserProvidedValues<T = any> {
userValue?: T;
}

// Warning: (ae-missing-release-tag) "validateObject" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function validateObject(obj: any): void;

// @public
export const validBodyOutput: readonly ["data", "stream"];

Expand Down

0 comments on commit 7b9aff0

Please sign in to comment.