diff options
| author | Frank <[email protected]> | 2026-04-07 10:08:57 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-04-07 10:09:00 -0400 |
| commit | 01c5eb679cd0b00cba654b316ef8615d0262c500 (patch) | |
| tree | d2617bfd783804525a1b747beccde5999c2864d4 /sst-env.d.ts | |
| parent | 41612b3dbea7b4e30a5a83678d2526dbeae9b61a (diff) | |
| download | opencode-01c5eb679cd0b00cba654b316ef8615d0262c500.tar.gz opencode-01c5eb679cd0b00cba654b316ef8615d0262c500.zip | |
go: support coupon
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index c9e567997..2a40a9f3c 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -168,7 +168,12 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_LITE_COUPON_FIRST_MONTH_100_INVITEES": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_LITE_PRICE": { + "firstMonth100Coupon": string "firstMonth50Coupon": string "price": string "priceInr": number |
