Interface MusicRepositoryGenresResponseRootObject

interface MusicRepositoryGenresResponseRootObject {
    items: MusicRepositoryGenresResponseItemsItem[];
    status: string;
}

Properties

Properties

status: string