summaryrefslogtreecommitdiffhomepage
path: root/cloud/function
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/function')
-rw-r--r--cloud/function/sst-env.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/cloud/function/sst-env.d.ts b/cloud/function/sst-env.d.ts
index efb047ff5..fd96591b8 100644
--- a/cloud/function/sst-env.d.ts
+++ b/cloud/function/sst-env.d.ts
@@ -54,6 +54,10 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
+ "OPENAI_API_KEY": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
"STRIPE_SECRET_KEY": {
"type": "sst.sst.Secret"
"value": string