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