Interface MusicMoodFeedResponseRootObject

interface MusicMoodFeedResponseRootObject {
    alacorn_session_id: string;
    items: MusicMoodFeedResponseItemsItem[];
    page_info: MusicMoodFeedResponsePage_info;
    status: string;
}

Properties

alacorn_session_id: string
status: string