We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da4015 commit 43fc634Copy full SHA for 43fc634
CHANGELOG.md
@@ -0,0 +1 @@
1
+- Fix issue where TS users couldn't compile their code because of unexported types. (#1032)
src/common/manifest.ts
@@ -20,7 +20,6 @@
20
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
// SOFTWARE.
22
/**
23
- * @internal
24
* An definition of a function as appears in the Manifest.
25
*/
26
export interface ManifestEndpoint {
@@ -68,7 +67,6 @@ export interface ManifestEndpoint {
68
67
};
69
}
70
71
-/* @internal */
72
export interface ManifestRequiredAPI {
73
api: string;
74
reason: string;
0 commit comments