mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
Edit types
This commit is contained in:
6
components/AppShelf/AppShelf.d.ts
vendored
6
components/AppShelf/AppShelf.d.ts
vendored
@@ -3,13 +3,15 @@ export const ServiceTypes = [
|
|||||||
'Sonarr',
|
'Sonarr',
|
||||||
'Radarr',
|
'Radarr',
|
||||||
'Lidarr',
|
'Lidarr',
|
||||||
|
'qBittorrent',
|
||||||
'Plex',
|
'Plex',
|
||||||
'Emby',
|
'Emby',
|
||||||
]
|
];
|
||||||
|
|
||||||
export interface serviceItem {
|
export interface serviceItem {
|
||||||
|
[x: string]: any;
|
||||||
name: string;
|
name: string;
|
||||||
type: ServiceTypes;
|
type: ServiceTypes;
|
||||||
url: string;
|
url: string;
|
||||||
icon: string;
|
icon: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user