diff options
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index 6b3ec54de..fb7a7dc42 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -156,6 +156,15 @@ declare module "sst" { "product": string "type": "sst.sst.Linkable" } + "ZEN_LITE_LIMITS": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_LITE_PRICE": { + "price": string + "product": string + "type": "sst.sst.Linkable" + } "ZEN_MODELS1": { "type": "sst.sst.Secret" "value": string |
