summaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/types')
-rw-r--r--src/types/global.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types/global.d.ts b/src/types/global.d.ts
new file mode 100644
index 0000000..21aec91
--- /dev/null
+++ b/src/types/global.d.ts
@@ -0,0 +1,7 @@
+declare global {
+ interface Window {
+ ASSET_BASE?: string;
+ }
+}
+
+export {};