summaryrefslogtreecommitdiffhomepage
path: root/sst-env.d.ts
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-31 14:41:00 -0400
committerDax Raad <[email protected]>2025-05-31 14:41:00 -0400
commit3b746162d27a32a851aa257455042b5a86ec017c (patch)
tree94f7d24c39735d28f0fa17f726b02c2cfbc6266a /sst-env.d.ts
parent6df19f1828a0b98d476b2d0929aea67f61832717 (diff)
downloadopencode-3b746162d27a32a851aa257455042b5a86ec017c.tar.gz
opencode-3b746162d27a32a851aa257455042b5a86ec017c.zip
run formatter
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 7ca38b723..51e6de573 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 {} \ No newline at end of file
+export {}