Files
Cleanuparr/code/UI/src/app/shared/models/enums.ts
2025-06-13 15:46:00 +03:00

10 lines
175 B
TypeScript

/**
* Download client type enum matching backend DownloadClientType
*/
export enum DownloadClientType {
QBittorrent = 0,
Deluge = 1,
Transmission = 2,
Usenet = 3,
}