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 /packages/function | |
| parent | 6d21525e717122f106c87821fc2aab9f7d2c3fe5 (diff) | |
| download | opencode-e97ed735d9b21a71db027d483a17d02c509a6090.tar.gz opencode-e97ed735d9b21a71db027d483a17d02c509a6090.zip | |
sync
Diffstat (limited to 'packages/function')
| -rw-r--r-- | packages/function/sst-env.d.ts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index a123afeb9..41727ee9d 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -6,20 +6,20 @@ import "sst" declare module "sst" { export interface Resource { - Web: { - type: "sst.cloudflare.StaticSite" - url: string + "Web": { + "type": "sst.cloudflare.StaticSite" + "url": string } } } -// cloudflare -import * as cloudflare from "@cloudflare/workers-types" +// cloudflare +import * as cloudflare from "@cloudflare/workers-types"; declare module "sst" { export interface Resource { - Api: cloudflare.Service - Bucket: cloudflare.R2Bucket + "Api": cloudflare.Service + "Bucket": cloudflare.R2Bucket } } import "sst" -export {} +export {}
\ No newline at end of file |
