1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/react-app-env.d.ts
2021-03-17 11:07:26 +07:00

8 lines
229 B
TypeScript

/// <reference types="react-scripts" />
declare namespace NodeJS {
interface ProcessEnv {
readonly REACT_APP_API_URL: string;
readonly REACT_APP_REMOTE_CURRENT: string;
readonly REACT_APP_LAB_ENABLED: string;
}
}