We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab99970 + a02b25f commit 8ec2787Copy full SHA for 8ec2787
common/api-review/functions.api.md
@@ -57,6 +57,11 @@ export interface HttpsCallableResult<ResponseData = unknown> {
57
readonly data: ResponseData;
58
}
59
60
+// @public
61
+export interface HttpsCallableStreamOptions {
62
+ signal?: AbortSignal;
63
+}
64
+
65
// @public
66
export interface HttpsCallableStreamResult<ResponseData = unknown, StreamData = unknown> {
67
// (undocumented)
0 commit comments