railbird-gql/env.d.tsx

5 lines
92 B
TypeScript
Raw Normal View History

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