mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 15:42:17 +01:00
Delete old types
This commit is contained in:
9
components/AppShelf/AppShelf.d.ts
vendored
9
components/AppShelf/AppShelf.d.ts
vendored
@@ -1,9 +0,0 @@
|
||||
export const ServiceTypes = ['Other', '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