Interface TopMangaFilter

interface TopMangaFilter {
    filter: "publishing" | "upcoming" | "bypopularity" | "favorite";
    type: "manga" | "novel" | "doujin" | "manhua" | "manhwa" | "lightnovel" | "oneshot";
}

Properties

Properties

filter: "publishing" | "upcoming" | "bypopularity" | "favorite"
type: "manga" | "novel" | "doujin" | "manhua" | "manhwa" | "lightnovel" | "oneshot"

Generated using TypeDoc