mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-16 10:20:46 +02:00
10 lines
144 B
C#
10 lines
144 B
C#
namespace API.MangaDownloadClients;
|
|
|
|
public enum RequestType
|
|
{
|
|
Default,
|
|
MangaDexFeed,
|
|
MangaImage,
|
|
MangaCover,
|
|
MangaInfo
|
|
} |