mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
13 lines
205 B
TypeScript
13 lines
205 B
TypeScript
declare module '*.module.css';
|
|
|
|
interface Window {
|
|
Readarr: {
|
|
apiKey: string;
|
|
instanceName: string;
|
|
theme: string;
|
|
urlBase: string;
|
|
version: string;
|
|
isProduction: boolean;
|
|
};
|
|
}
|