1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 13:54:29 +00:00
Radarr/frontend/typings/Globals.d.ts

13 lines
204 B
TypeScript
Raw Normal View History

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