mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
12 lines
178 B
TypeScript
12 lines
178 B
TypeScript
declare module '*.module.css';
|
|
|
|
interface Window {
|
|
Readarr: {
|
|
apiKey: string;
|
|
instanceName: string;
|
|
theme: string;
|
|
urlBase: string;
|
|
version: string;
|
|
};
|
|
}
|