diff --git a/src/v2/providers/https.ts b/src/v2/providers/https.ts index 1da0d1f77..dd0a822d2 100644 --- a/src/v2/providers/https.ts +++ b/src/v2/providers/https.ts @@ -47,7 +47,7 @@ import { SecretParam } from "../../params/types"; import * as options from "../options"; import { withInit } from "../../common/onInit"; -export { Request, CallableRequest, FunctionsErrorCode, HttpsError }; +export { Request, CallableRequest, CallableResponse, FunctionsErrorCode, HttpsError }; /** * Options that can be set on an onRequest HTTPS function.