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',
|
||||
'Radarr',
|
||||
'Lidarr',
|
||||
'qBittorrent',
|
||||
'Plex',
|
||||
'Emby',
|
||||
]
|
||||
];
|
||||
|
||||
export interface serviceItem {
|
||||
[x: string]: any;
|
||||
name: string;
|
||||
type: ServiceTypes;
|
||||
url: string;
|
||||
icon: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user