跳到主要内容

声明环境变量

· 阅读需 1 分钟
1adybug
子虚伊人
declare namespace NodeJS {
interface ProcessEnv {
TOKEN?: string
}
}