1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00
Files
Sonarr/frontend/typings/Globals.d.ts
2023-02-16 16:45:09 -08:00

12 lines
177 B
TypeScript

declare module '*.module.css';
interface Window {
Sonarr: {
apiKey: string;
instanceName: string;
theme: string;
urlBase: string;
version: string;
};
}