diff --git a/components/AppShelf/AppShelf.d.ts b/components/AppShelf/AppShelf.d.ts deleted file mode 100644 index 676062237..000000000 --- a/components/AppShelf/AppShelf.d.ts +++ /dev/null @@ -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; -}