mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 00:22:31 +01:00
11 lines
179 B
TypeScript
11 lines
179 B
TypeScript
declare module '*.module.css';
|
|
|
|
interface Window {
|
|
Prowlarr: {
|
|
apiKey: string;
|
|
instanceName: string;
|
|
theme: string;
|
|
urlBase: string;
|
|
version: string;
|
|
};
|
|
}
|