Files
silk/app/env.d.ts
T

5 lines
99 B
TypeScript

declare module '@env' {
export const API_BASE_URL: string;
export const WS_BASE_URL: string;
}