Skip to content

Commit 5c592f6

Browse files
committed
update api report
1 parent 76db620 commit 5c592f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/api-review/installations-types-exp.api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
// @public (undocumented)
88
export interface FirebaseInstallations {}
99

10-
// Warning: (ae-internal-missing-underscore) The name "FirebaseInstallationsInternal" should be prefixed with an underscore because the declaration is marked as @internal
11-
//
1210
// @internal
13-
export interface FirebaseInstallationsInternal {
11+
export interface _FirebaseInstallationsInternal {
1412
getId(): Promise<string>;
1513

1614
getToken(forceRefresh?: boolean): Promise<string>;

0 commit comments

Comments
 (0)