summaryrefslogtreecommitdiffhomepage
path: root/packages/function
diff options
context:
space:
mode:
Diffstat (limited to 'packages/function')
-rw-r--r--packages/function/sst-env.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts
index 5478b4334..efb047ff5 100644
--- a/packages/function/sst-env.d.ts
+++ b/packages/function/sst-env.d.ts
@@ -50,6 +50,10 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
+ "HONEYCOMB_API_KEY": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
"STRIPE_SECRET_KEY": {
"type": "sst.sst.Secret"
"value": string
@@ -76,6 +80,7 @@ declare module "sst" {
"AuthApi": cloudflare.Service
"AuthStorage": cloudflare.KVNamespace
"Bucket": cloudflare.R2Bucket
+ "LogProcessor": cloudflare.Service
}
}