diff options
Diffstat (limited to 'env.d.ts')
-rw-r--r-- | env.d.ts | 5 |
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; + } + |