summaryrefslogtreecommitdiffhomepage
path: root/app/packages/function/sst-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/packages/function/sst-env.d.ts')
-rw-r--r--app/packages/function/sst-env.d.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/app/packages/function/sst-env.d.ts b/app/packages/function/sst-env.d.ts
deleted file mode 100644
index 41727ee9d..000000000
--- a/app/packages/function/sst-env.d.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-/* This file is auto-generated by SST. Do not edit. */
-/* tslint:disable */
-/* eslint-disable */
-/* deno-fmt-ignore-file */
-
-import "sst"
-declare module "sst" {
- export interface Resource {
- "Web": {
- "type": "sst.cloudflare.StaticSite"
- "url": string
- }
- }
-}
-// cloudflare
-import * as cloudflare from "@cloudflare/workers-types";
-declare module "sst" {
- export interface Resource {
- "Api": cloudflare.Service
- "Bucket": cloudflare.R2Bucket
- }
-}
-
-import "sst"
-export {} \ No newline at end of file