mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00: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;
|
|
};
|
|
}
|