mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-07-13 07:07:50 +08:00
5 lines
128 B
TypeScript
5 lines
128 B
TypeScript
interface Window {
|
|
// Root URL path for asynqmon app.
|
|
// ROOT_PATH should not have the tailing slash.
|
|
ROOT_PATH: string;
|
|
} |