From 07449b92728126ec0b5fd782d81368ad304627dd Mon Sep 17 00:00:00 2001 From: "Thomas \"ajnart\" Camlong" Date: Sun, 1 May 2022 14:46:15 +0200 Subject: [PATCH] Delete old types --- components/AppShelf/AppShelf.d.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 components/AppShelf/AppShelf.d.ts 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; -}