1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00
Files
2024-11-26 17:37:21 -08:00

14 lines
225 B
TypeScript

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