mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
// This file is used to extend global interfaces
|
|
declare interface Window {
|
|
inWorkspace?: boolean
|
|
}
|