summaryrefslogtreecommitdiffhomepage
path: root/packages/function/sst-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/function/sst-env.d.ts')
-rw-r--r--packages/function/sst-env.d.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts
new file mode 100644
index 000000000..41727ee9d
--- /dev/null
+++ b/packages/function/sst-env.d.ts
@@ -0,0 +1,25 @@
+/* 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