Files
Tranga/API/MangaDownloadClients/RequestType.cs
2025-10-15 23:41:26 +02:00

10 lines
144 B
C#

namespace API.MangaDownloadClients;
public enum RequestType
{
Default,
MangaDexFeed,
MangaImage,
MangaCover,
MangaInfo
}