Skip to content

Commit 9c04231

Browse files
committed
Update API reports
1 parent a33ec70 commit 9c04231

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

common/api-review/data-connect.api.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ import { FirebaseError } from '@firebase/util';
1111
import { LogLevelString } from '@firebase/logger';
1212
import { Provider } from '@firebase/component';
1313

14-
// @public (undocumented)
15-
export interface CancellableOperation<T> extends Promise<{
16-
data: T;
17-
}> {
18-
// (undocumented)
19-
cancel: () => void;
20-
}
21-
2214
// @public
2315
export function connectDataConnectEmulator(dc: DataConnect, host: string, port?: number, sslEnabled?: boolean): void;
2416

0 commit comments

Comments
 (0)