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 fbecab9 commit 5cc9325Copy full SHA for 5cc9325
src/v2/providers/https.ts
@@ -47,7 +47,7 @@ import { SecretParam } from "../../params/types";
47
import * as options from "../options";
48
import { withInit } from "../../common/onInit";
49
50
-export { Request, CallableRequest, FunctionsErrorCode, HttpsError };
+export { Request, CallableRequest, CallableResponse, FunctionsErrorCode, HttpsError };
51
52
/**
53
* Options that can be set on an onRequest HTTPS function.
0 commit comments