From 7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 30 Jan 2026 12:19:36 -0500 Subject: wip: zen (#11343) --- sst-env.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sst-env.d.ts') diff --git a/sst-env.d.ts b/sst-env.d.ts index 0b4cbffe2..2d60c83ec 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -159,6 +159,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS10": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS2": { "type": "sst.sst.Secret" "value": string @@ -187,6 +191,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS9": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_SESSION_SECRET": { "type": "sst.sst.Secret" "value": string -- cgit v1.2.3