Interface ListParams

interface ListParams {
    actors?: AllowArray<string | number>;
    all_genres?: AllowArray<string>;
    all_status?: AllowArray<AnimeStatus>;
    anime_genres?: AllowArray<string>;
    anime_kind?: AllowArray<AnimeKind>;
    anime_licensed_by?: AllowArray<string>;
    anime_status?: AllowArray<AnimeStatus>;
    anime_studios?: AllowArray<string>;
    block_translations?: AllowArray<number>;
    camrip?: boolean;
    composers?: AllowArray<string | number>;
    countries?: AllowArray<string>;
    designers?: AllowArray<string | number>;
    directors?: AllowArray<string | number>;
    drama_genres?: AllowArray<string>;
    drama_status?: AllowArray<AnimeStatus>;
    duration?: string | number;
    editors?: AllowArray<string | number>;
    genres?: AllowArray<string>;
    has_field?: AllowArray<ExternalDatabase>;
    has_field_and?: boolean;
    imdb_rating?: string | number;
    kinopoisk_rating?: string | number;
    lgbt?: boolean;
    limit?: number;
    minimal_age?: string | number;
    mydramalist_rating?: string | number;
    next?: string;
    not_blocked_for_me?: boolean;
    not_blocked_in?: AllowArray<string>;
    operators?: AllowArray<string | number>;
    order?: "desc" | "asc";
    producers?: AllowArray<string | number>;
    rating_mpaa?: AllowArray<RatingMPAA>;
    shikimori_rating?: string | number;
    sort?: "year" | "kinopoisk_rating" | "imdb_rating" | "shikimori_rating" | "created_at" | "updated_at";
    translation_id?: AllowArray<number>;
    translation_type?: TranslationType;
    types?: AllowArray<MaterialType>;
    with_episodes?: boolean;
    with_episodes_data?: boolean;
    with_material_data?: boolean;
    with_page_links?: boolean;
    with_seasons?: boolean;
    writers?: AllowArray<string | number>;
    year?: AllowArray<number>;
}

Hierarchy

Properties

actors?: AllowArray<string | number>
all_genres?: AllowArray<string>
all_status?: AllowArray<AnimeStatus>
anime_genres?: AllowArray<string>
anime_kind?: AllowArray<AnimeKind>
anime_licensed_by?: AllowArray<string>
anime_status?: AllowArray<AnimeStatus>
anime_studios?: AllowArray<string>
block_translations?: AllowArray<number>
camrip?: boolean
composers?: AllowArray<string | number>
countries?: AllowArray<string>
designers?: AllowArray<string | number>
directors?: AllowArray<string | number>
drama_genres?: AllowArray<string>
drama_status?: AllowArray<AnimeStatus>
duration?: string | number
editors?: AllowArray<string | number>
genres?: AllowArray<string>
has_field?: AllowArray<ExternalDatabase>
has_field_and?: boolean
imdb_rating?: string | number
kinopoisk_rating?: string | number
lgbt?: boolean
limit?: number
minimal_age?: string | number
mydramalist_rating?: string | number
next?: string
not_blocked_for_me?: boolean
not_blocked_in?: AllowArray<string>
operators?: AllowArray<string | number>
order?: "desc" | "asc"
producers?: AllowArray<string | number>
rating_mpaa?: AllowArray<RatingMPAA>
shikimori_rating?: string | number
sort?: "year" | "kinopoisk_rating" | "imdb_rating" | "shikimori_rating" | "created_at" | "updated_at"
translation_id?: AllowArray<number>
translation_type?: TranslationType
types?: AllowArray<MaterialType>
with_episodes?: boolean
with_episodes_data?: boolean
with_material_data?: boolean
with_page_links?: boolean
with_seasons?: boolean
writers?: AllowArray<string | number>
year?: AllowArray<number>

Generated using TypeDoc