summaryrefslogtreecommitdiff
path: root/env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'env.d.ts')
-rw-r--r--env.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/env.d.ts b/env.d.ts
new file mode 100644
index 0000000..4c6321d
--- /dev/null
+++ b/env.d.ts
@@ -0,0 +1,5 @@
+ declare module '@env' {
+ export const API_URL: string;
+ export const CAZZO: string;
+ }
+