Skip to content

Commit 43fc634

Browse files
authored
Unbreak TS users by removing internal annotations for non-internal type definitions. (#1032)
Fixes #1031
1 parent 5da4015 commit 43fc634

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix issue where TS users couldn't compile their code because of unexported types. (#1032)

src/common/manifest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222
/**
23-
* @internal
2423
* An definition of a function as appears in the Manifest.
2524
*/
2625
export interface ManifestEndpoint {
@@ -68,7 +67,6 @@ export interface ManifestEndpoint {
6867
};
6968
}
7069

71-
/* @internal */
7270
export interface ManifestRequiredAPI {
7371
api: string;
7472
reason: string;

0 commit comments

Comments
 (0)