railbird-gql/env.d.tsx

5 lines
92 B
TypeScript

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