Interface GenresResponseObject

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

Properties

Properties

count: number
title: string

Generated using TypeDoc