mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
13 lines
204 B
TypeScript
13 lines
204 B
TypeScript
declare module '*.module.css';
|
|
|
|
interface Window {
|
|
Sonarr: {
|
|
apiKey: string;
|
|
instanceName: string;
|
|
theme: string;
|
|
urlBase: string;
|
|
version: string;
|
|
isProduction: boolean;
|
|
};
|
|
}
|