kodikwrapper
    Preparing search index...

    Interface QualitiesV2Params

    interface QualitiesV2Params {
        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>;
        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;
        minimal_age?: string | number;
        mydramalist_rating?: string | number;
        operators?: AllowArray<string | number>;
        producers?: AllowArray<string | number>;
        rating_mpaa?: AllowArray<RatingMPAA>;
        shikimori_rating?: string | number;
        sort?: "title" | "count";
        translation_id?: AllowArray<number>;
        translation_type?: TranslationType;
        types?: AllowArray<MaterialType>;
        writers?: AllowArray<string | number>;
        year?: AllowArray<number>;
    }

    Hierarchy (View Summary)

    Index

    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>
    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
    minimal_age?: string | number
    mydramalist_rating?: string | number
    operators?: AllowArray<string | number>
    producers?: AllowArray<string | number>
    rating_mpaa?: AllowArray<RatingMPAA>
    shikimori_rating?: string | number
    sort?: "title" | "count"
    translation_id?: AllowArray<number>
    translation_type?: TranslationType
    types?: AllowArray<MaterialType>
    writers?: AllowArray<string | number>
    year?: AllowArray<number>