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.
1 parent e575475 commit b6e431bCopy full SHA for b6e431b
1 file changed
packages/firebase-functions/common.ts
@@ -24,9 +24,7 @@ export interface HttpsCallableOptions {
24
timeout?: number;
25
}
26
27
-export interface HttpsCallableResult {
28
- readonly data: any;
29
-}
+export type HttpsCallableResult = any;
30
31
32
export interface HttpsCallable {
0 commit comments