summaryrefslogtreecommitdiffhomepage
path: root/sst-env.d.ts
diff options
context:
space:
mode:
authorDax <[email protected]>2025-07-07 15:53:43 -0400
committerGitHub <[email protected]>2025-07-07 15:53:43 -0400
commitf884766445bbf1fbce11f1db4bc6174e72d9baa5 (patch)
treee7d9e7b3d8efc8bed249f9d29e2d8fb838a275f2 /sst-env.d.ts
parent76b2e4539cb97bae5812ed2d832ce49d02e70c64 (diff)
downloadopencode-f884766445bbf1fbce11f1db4bc6174e72d9baa5.tar.gz
opencode-f884766445bbf1fbce11f1db4bc6174e72d9baa5.zip
v2 message format and upgrade to ai sdk v5 (#743)
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Liang-Shih Lin <[email protected]> Co-authored-by: Dominik Engelhardt <[email protected]> Co-authored-by: Jay V <[email protected]> Co-authored-by: adamdottv <[email protected]>
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 627d74a5f..45c07b66c 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.Astro"
- "url": string
+ Web: {
+ type: "sst.cloudflare.Astro"
+ url: string
}
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
-export {} \ No newline at end of file
+export {}