Interface PersonSearchFilter

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

Properties

Properties

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

Generated using TypeDoc