mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
fix: types
This commit is contained in:
@@ -70,8 +70,19 @@ export const ServiceTypeList = [
|
||||
'Sonarr',
|
||||
'qBittorrent',
|
||||
'Transmission',
|
||||
] as const;
|
||||
export type ServiceType = typeof ServiceTypeList[number];
|
||||
];
|
||||
export type ServiceType =
|
||||
| 'Other'
|
||||
| 'Emby'
|
||||
| 'Dash.'
|
||||
| 'Deluge'
|
||||
| 'Lidarr'
|
||||
| 'Plex'
|
||||
| 'Radarr'
|
||||
| 'Readarr'
|
||||
| 'Sonarr'
|
||||
| 'qBittorrent'
|
||||
| 'Transmission';
|
||||
|
||||
export interface serviceItem {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user