jikan4.js
    Preparing search index...

    Interface PersonSearchFilter

    interface PersonSearchFilter {
        orderBy: "mal_id" | "favorites" | "name" | "birthday";
        sort: "desc" | "asc";
    }
    Index

    Properties

    Properties

    orderBy: "mal_id" | "favorites" | "name" | "birthday"
    sort: "desc" | "asc"