2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-07-13 07:07:50 +08:00
Files
asynqmon/ui/src/global.d.ts
2021-10-12 15:35:56 -07:00

5 lines
128 B
TypeScript

interface Window {
// Root URL path for asynqmon app.
// ROOT_PATH should not have the tailing slash.
ROOT_PATH: string;
}