mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-26 16:44:13 +08:00
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
import 'umi/typings';
|
|
|
|
declare namespace NodeJS {
|
|
interface ProcessEnv {
|
|
readonly NODE_ENV: 'development' | 'production'
|
|
readonly UMI_ENV: string
|
|
}
|
|
} |