summaryrefslogtreecommitdiffhomepage
path: root/sst-env.d.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-31 18:42:43 -0400
committerDax Raad <[email protected]>2025-05-31 18:42:43 -0400
commite97ed735d9b21a71db027d483a17d02c509a6090 (patch)
tree90e023bf2bd43cd06d22a94bd16d2c84ac8b840c /sst-env.d.ts
parent6d21525e717122f106c87821fc2aab9f7d2c3fe5 (diff)
downloadopencode-e97ed735d9b21a71db027d483a17d02c509a6090.tar.gz
opencode-e97ed735d9b21a71db027d483a17d02c509a6090.zip
sync
Diffstat (limited to 'sst-env.d.ts')
-rw-r--r--sst-env.d.ts18
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