mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-24 23:02:44 +00:00
11 lines
177 B
TypeScript
11 lines
177 B
TypeScript
declare module '*.module.css';
|
|
|
|
interface Window {
|
|
Lidarr: {
|
|
apiKey: string;
|
|
instanceName: string;
|
|
theme: string;
|
|
urlBase: string;
|
|
version: string;
|
|
};
|
|
}
|