diff options
Diffstat (limited to 'packages/console/function')
| -rw-r--r-- | packages/console/function/sst-env.d.ts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/console/function/sst-env.d.ts b/packages/console/function/sst-env.d.ts index fea908213..737af71d4 100644 --- a/packages/console/function/sst-env.d.ts +++ b/packages/console/function/sst-env.d.ts @@ -181,10 +181,50 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS21": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS22": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS23": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS24": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS25": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS26": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS27": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS28": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS29": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS3": { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS30": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS4": { "type": "sst.sst.Secret" "value": string |
