Interface MusicSearchFeedResponseRootObject

interface MusicSearchFeedResponseRootObject {
    alacorn_session_id: string;
    items: MusicSearchFeedResponseItemsItem[];
    page_info: MusicSearchFeedResponsePage_info;
    status: string;
}

Properties

alacorn_session_id: string
status: string