summaryrefslogtreecommitdiffhomepage
path: root/packages/function/sst-env.d.ts
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-01-20 23:06:06 -0500
committerFrank <[email protected]>2026-01-20 23:06:08 -0500
commitbe9a0bfee7b5e3a3f553a2d29b7b983cc5bccf5e (patch)
tree5ca9000914d7b7992c0963418cab4a87f3a12b65 /packages/function/sst-env.d.ts
parentdac73572e0ecf708d2968bb981e3fe65743dfbda (diff)
downloadopencode-be9a0bfee7b5e3a3f553a2d29b7b983cc5bccf5e.tar.gz
opencode-be9a0bfee7b5e3a3f553a2d29b7b983cc5bccf5e.zip
wip: support
Diffstat (limited to 'packages/function/sst-env.d.ts')
-rw-r--r--packages/function/sst-env.d.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts
index 3710cb77f..66c06a824 100644
--- a/packages/function/sst-env.d.ts
+++ b/packages/function/sst-env.d.ts
@@ -34,6 +34,14 @@ declare module "sst" {
"type": "sst.cloudflare.SolidStart"
"url": string
}
+ "DISCORD_SUPPORT_BOT_TOKEN": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
+ "DISCORD_SUPPORT_CHANNEL_ID": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
"Database": {
"database": string
"host": string
@@ -46,6 +54,14 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
+ "FEISHU_APP_ID": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
+ "FEISHU_APP_SECRET": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
"GITHUB_APP_ID": {
"type": "sst.sst.Secret"
"value": string