mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 03:03:13 +08:00
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
import 'umi/typings';
|
|
|
|
declare namespace NodeJS {
|
|
interface ProcessEnv {
|
|
readonly NODE_ENV: 'development' | 'production'
|
|
readonly UMI_ENV: string
|
|
readonly __ENV: string;
|
|
}
|
|
} |