mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-02 09:40:55 +02: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;
|
|
};
|
|
}
|