summaryrefslogtreecommitdiffhomepage
path: root/sst-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sst-env.d.ts')
-rw-r--r--sst-env.d.ts24
1 files changed, 24 insertions, 0 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts
new file mode 100644
index 000000000..7ca38b723
--- /dev/null
+++ b/sst-env.d.ts
@@ -0,0 +1,24 @@
+/* This file is auto-generated by SST. Do not edit. */
+/* tslint:disable */
+/* eslint-disable */
+/* deno-fmt-ignore-file */
+
+declare module "sst" {
+ export interface Resource {
+ "Api": {
+ "type": "sst.cloudflare.Worker"
+ "url": string
+ }
+ "Bucket": {
+ "type": "sst.cloudflare.Bucket"
+ }
+ "Web": {
+ "type": "sst.cloudflare.StaticSite"
+ "url": string
+ }
+ }
+}
+/// <reference path="sst-env.d.ts" />
+
+import "sst"
+export {} \ No newline at end of file