From 70edf4c616e59a8e83e7ca7faf9faefd6e0b817c Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 11 Nov 2023 05:51:13 -0500 Subject: initial commit --- src/env.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/env.ts (limited to 'src/env.ts') diff --git a/src/env.ts b/src/env.ts new file mode 100644 index 0000000..a39f506 --- /dev/null +++ b/src/env.ts @@ -0,0 +1,7 @@ +export type Bindings = { + ASSETS: Fetcher; + URL?: string; + REDIRECT_ROOT?: string; +}; + +export type Variables = Record; -- cgit v1.2.3