Skip to content

Commit

Permalink
Unbreak TS users by removing internal annotations for non-internal ty…
Browse files Browse the repository at this point in the history
…pe definitions. (#1032)

Fixes #1031
  • Loading branch information
taeold committed Feb 4, 2022
1 parent 5da4015 commit 43fc634
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix issue where TS users couldn't compile their code because of unexported types. (#1032)
2 changes: 0 additions & 2 deletions src/common/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
/**
* @internal
* An definition of a function as appears in the Manifest.
*/
export interface ManifestEndpoint {
Expand Down Expand Up @@ -68,7 +67,6 @@ export interface ManifestEndpoint {
};
}

/* @internal */
export interface ManifestRequiredAPI {
api: string;
reason: string;
Expand Down

0 comments on commit 43fc634

Please sign in to comment.