mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
12 lines
179 B
TypeScript
12 lines
179 B
TypeScript
declare module '*.module.css';
|
|
|
|
interface Window {
|
|
Prowlarr: {
|
|
apiKey: string;
|
|
instanceName: string;
|
|
theme: string;
|
|
urlBase: string;
|
|
version: string;
|
|
};
|
|
}
|