railbird-gql/env.d.tsx

4 lines
57 B
TypeScript

declare module "@env" {
export const API_URI: string;
}