mirror of
https://github.com/Lidarr/Lidarr.git
synced 2024-11-14 01:20:19 -08:00
77c1a42da1
Co-authored-by: Qstick <qstick@gmail.com>
12 lines
177 B
TypeScript
12 lines
177 B
TypeScript
declare module '*.module.css';
|
|
|
|
interface Window {
|
|
Lidarr: {
|
|
apiKey: string;
|
|
instanceName: string;
|
|
theme: string;
|
|
urlBase: string;
|
|
version: string;
|
|
};
|
|
}
|