1
0
tl-vikunja/src/types/window.d.ts
Dominik Pschenitschni c6aac15d24 feat: improve ts setup
2022-07-04 21:50:48 +00:00

7 lines
109 B
TypeScript

declare global {
interface Window {
API_URL: string;
SENTRY_ENABLED: boolean;
SENTRY_DSN: string;
}
}