Skip to content

Commit 4918810

Browse files
committed
add slackclientsecret and slacksigningsecret to sst env
1 parent 317db85 commit 4918810

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

sst-env.d.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ declare module "sst" {
2424
}
2525
"SlackClientId": {
2626
"type": "sst.sst.Secret"
27-
"value": any
27+
"value": string
28+
}
29+
"SlackClientSecret": {
30+
"type": "sst.sst.Secret"
31+
"value": string
32+
}
33+
"SlackSigningSecret": {
34+
"type": "sst.sst.Secret"
35+
"value": string
2836
}
2937
"VPC": {
3038
"bastion": string

0 commit comments

Comments
 (0)