From 80c1c59ed34cd19119bbb53f40e5214cae35ad29 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 8 Feb 2026 10:31:07 -0500 Subject: wip: zen --- packages/console/function/sst-env.d.ts | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'packages/console/function') diff --git a/packages/console/function/sst-env.d.ts b/packages/console/function/sst-env.d.ts index 0769c7633..fea908213 100644 --- a/packages/console/function/sst-env.d.ts +++ b/packages/console/function/sst-env.d.ts @@ -137,10 +137,50 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS11": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS12": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS13": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS14": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS15": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS16": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS17": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS18": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS19": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS2": { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS20": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS3": { "type": "sst.sst.Secret" "value": string -- cgit v1.2.3