diff options
| author | Dax Raad <[email protected]> | 2025-05-31 18:42:43 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-31 18:42:43 -0400 |
| commit | e97ed735d9b21a71db027d483a17d02c509a6090 (patch) | |
| tree | 90e023bf2bd43cd06d22a94bd16d2c84ac8b840c /sst-env.d.ts | |
| parent | 6d21525e717122f106c87821fc2aab9f7d2c3fe5 (diff) | |
| download | opencode-e97ed735d9b21a71db027d483a17d02c509a6090.tar.gz opencode-e97ed735d9b21a71db027d483a17d02c509a6090.zip | |
sync
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index 51e6de573..7ca38b723 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -5,20 +5,20 @@ declare module "sst" { export interface Resource { - Api: { - type: "sst.cloudflare.Worker" - url: string + "Api": { + "type": "sst.cloudflare.Worker" + "url": string } - Bucket: { - type: "sst.cloudflare.Bucket" + "Bucket": { + "type": "sst.cloudflare.Bucket" } - Web: { - type: "sst.cloudflare.StaticSite" - url: string + "Web": { + "type": "sst.cloudflare.StaticSite" + "url": string } } } /// <reference path="sst-env.d.ts" /> import "sst" -export {} +export {}
\ No newline at end of file |
