From ae63532503eb0b5c7a60d18ef17504c0632d508d Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 29 Aug 2024 18:27:23 +0200 Subject: Login page --- env.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 env.d.ts (limited to 'env.d.ts') 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; + } + -- cgit v1.2.3-18-g5258