mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
8 lines
229 B
TypeScript
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;
|
|
}
|
|
}
|