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