1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-23 08:15:27 +00:00
Sonarr/frontend/typings/Globals.d.ts

13 lines
204 B
TypeScript
Raw Normal View History

2023-01-06 02:43:51 +00:00
declare module '*.module.css';
interface Window {
Sonarr: {
apiKey: string;
instanceName: string;
theme: string;
urlBase: string;
version: string;
isProduction: boolean;
};
}