Skip to content

Commit 399f2a7

Browse files
Update packages/firebase/index.d.ts
Co-authored-by: Sebastian Schmidt <[email protected]>
1 parent 2b34954 commit 399f2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8325,7 +8325,7 @@ declare namespace firebase.firestore {
83258325
*
83268326
* The API is compatible with `Promise<LoadBundleTaskProgress>`.
83278327
*/
8328-
export interface LoadBundleTask {
8328+
export interface LoadBundleTask extends PromiseLIke< LoadBundleTaskProgress> {
83298329
/**
83308330
* Registers functions to listen to bundle loading progresses.
83318331
* @param next Called there is a progress update from bundle loading, typically whenever

0 commit comments

Comments
 (0)