diff options
| author | Frank <[email protected]> | 2025-11-03 15:43:52 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-11-03 15:44:06 -0500 |
| commit | 05232ead938b7cc7dcf75afa9470effef0ed4251 (patch) | |
| tree | 6005e5686e1bd6a525d90387b8932d345d4846b1 /sst-env.d.ts | |
| parent | 7652a9606413f0d6e9af2c65aeee692c44996006 (diff) | |
| download | opencode-05232ead938b7cc7dcf75afa9470effef0ed4251.tar.gz opencode-05232ead938b7cc7dcf75afa9470effef0ed4251.zip | |
zen: wip
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index a34d687da..14e3a2a5d 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -5,6 +5,10 @@ declare module "sst" { export interface Resource { + "ADMIN_SECRET": { + "type": "sst.sst.Secret" + "value": string + } "AUTH_API_URL": { "type": "sst.sst.Linkable" "value": string @@ -91,7 +95,11 @@ declare module "sst" { "type": "sst.cloudflare.Astro" "url": string } - "ZEN_MODELS": { + "ZEN_MODELS1": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS2": { "type": "sst.sst.Secret" "value": string } |
