mirror of
https://github.com/ChenQihan666/Lolia-Nodes-Status-Pages.git
synced 2026-08-13 23:47:08 +08:00
10 lines
125 B
TypeScript
10 lines
125 B
TypeScript
declare global {
|
|
namespace NodeJS {
|
|
interface ProcessEnv {
|
|
UPTIMEFLARE_STATE: KVNamespace
|
|
}
|
|
}
|
|
}
|
|
|
|
export {}
|