7 lines
204 B
TypeScript
7 lines
204 B
TypeScript
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
|
|
declare namespace NodeJS {
|
|
interface ProcessEnv {
|
|
EXPO_PUBLIC_API_URI: string;
|
|
EXPO_PUBLIC_DEV_USER_ID?: string;
|
|
}
|
|
} |