railbird-gql/env.d.tsx

8 lines
201 B
TypeScript
Raw Normal View History

2024-02-05 23:48:29 -07:00
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
declare namespace NodeJS {
2024-02-06 12:34:52 -07:00
interface ProcessEnv {
EXPO_PUBLIC_API_URI: string;
2024-02-05 23:48:29 -07:00
EXPO_PUBLIC_DEV_USER_ID?: string;
2024-02-06 12:34:52 -07:00
}
}