nginx-ui/app/src/global.d.ts
2025-04-18 14:19:22 +08:00

4 lines
102 B
TypeScript

// This file is used to extend global interfaces
declare interface Window {
inWorkspace?: boolean
}