summaryrefslogtreecommitdiffhomepage
path: root/sst-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sst-env.d.ts')
-rw-r--r--sst-env.d.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts
index 48478d4e5..e6bcc7ab1 100644
--- a/sst-env.d.ts
+++ b/sst-env.d.ts
@@ -121,6 +121,18 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
+ "SALESFORCE_CLIENT_ID": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
+ "SALESFORCE_CLIENT_SECRET": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
+ "SALESFORCE_INSTANCE_URL": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
"STRIPE_PUBLISHABLE_KEY": {
"type": "sst.sst.Secret"
"value": string