summaryrefslogtreecommitdiff
path: root/env.d.ts
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-08-29 18:27:23 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-08-29 18:27:23 +0200
commitae63532503eb0b5c7a60d18ef17504c0632d508d (patch)
tree832c41d50b2621f5a6ffdc1900eadb10cd652440 /env.d.ts
parentd8f83a2faa426cc9d83c5a0192b5a007983c916e (diff)
Login page
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;
+ }
+