Skip to content

Commit a02b25f

Browse files
committed
Update API reports
1 parent d28863c commit a02b25f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/api-review/functions.api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ export interface HttpsCallableResult<ResponseData = unknown> {
5757
readonly data: ResponseData;
5858
}
5959

60+
// @public
61+
export interface HttpsCallableStreamOptions {
62+
signal?: AbortSignal;
63+
}
64+
6065
// @public
6166
export interface HttpsCallableStreamResult<ResponseData = unknown, StreamData = unknown> {
6267
// (undocumented)

0 commit comments

Comments
 (0)