1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-23 00:12:44 +00:00
Radarr/frontend/typings/Globals.d.ts

12 lines
177 B
TypeScript
Raw Normal View History

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