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

12 lines
177 B
TypeScript
Raw Normal View History

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