Skip to content

Commit ccc0c36

Browse files
committed
Fix appcheck typings
1 parent e70de62 commit ccc0c36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/app-check/src/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,12 @@ export interface AppCheckTokenInternal extends AppCheckToken {
6161
export interface AppCheckProvider {
6262
/**
6363
* Returns an App Check token.
64+
* @internal
6465
*/
6566
getToken: () => Promise<AppCheckTokenInternal>;
67+
/**
68+
* @internal
69+
*/
6670
initialize(app: FirebaseApp): void;
6771
}
6872

0 commit comments

Comments
 (0)