diff options
| author | Frank <[email protected]> | 2026-03-17 23:31:14 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-03-17 23:31:14 -0400 |
| commit | 1b86c27fb8d5b96e09cab48ad33ce08f381652cb (patch) | |
| tree | 2fbd57017c6e85f93b627cb6ff97724cc421ff9b /sst-env.d.ts | |
| parent | fe43bdb699ab065482abd162576f5e6a42199311 (diff) | |
| download | opencode-1b86c27fb8d5b96e09cab48ad33ce08f381652cb.tar.gz opencode-1b86c27fb8d5b96e09cab48ad33ce08f381652cb.zip | |
wip: zen
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 12 |
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 |
