jikan4.js
    Preparing search index...

    Interface TopMangaFilter

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

    Properties

    Properties

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