1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 15:53:23 +00:00
Lidarr/frontend/typings/Globals.d.ts
Bogdan 77c1a42da1 New: Bulk Manage Applications, Download Clients
Co-authored-by: Qstick <qstick@gmail.com>
2023-07-12 01:49:28 +03:00

11 lines
177 B
TypeScript

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