kodikwrapper
    Preparing search index...

    Interface GenresResponseObject

    interface GenresResponseObject {
        count: number;
        title: string;
    }
    Index

    Properties

    Properties

    count: number
    title: string