summaryrefslogtreecommitdiff
path: root/env.d.ts
blob: 4c6321d3440adc9f485ebcb61ccea38ac98a2cd9 (plain)
1
2
3
4
5
 declare module '@env' {
    export const API_URL: string;
    export const CAZZO: string;
 }