diff options
| author | Frank <[email protected]> | 2026-01-13 17:51:20 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-13 17:51:21 -0500 |
| commit | eaf18d991576771ccbc3975a6c7a9358b0da8de9 (patch) | |
| tree | 1a5b3e395714502638fbffd55ac7e6b4fe9f0f1b /sst-env.d.ts | |
| parent | f3d4dd5099003070800cc9ec161877634fdd7c0a (diff) | |
| download | opencode-eaf18d991576771ccbc3975a6c7a9358b0da8de9.tar.gz opencode-eaf18d991576771ccbc3975a6c7a9358b0da8de9.zip | |
wip: black
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index 035a5fc21..3160fc165 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -104,6 +104,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "STRIPE_PUBLISHABLE_KEY": { + "type": "sst.sst.Secret" + "value": string + } "STRIPE_SECRET_KEY": { "type": "sst.sst.Secret" "value": string |
