railbird-gql/env.d.tsx

4 lines
57 B
TypeScript
Raw Normal View History

2024-01-06 23:58:36 -07:00
declare module "@env" {
export const API_URI: string;
}