IGPAPI
    Preparing search index...

    Interface HighlightsTrayResponse

    interface HighlightsTrayResponse {
        show_empty_state: boolean;
        status: string;
        tray: HighlightsTrayResponseTrayItem[];
        tv_channel: HighlightsTrayResponseTvChannel;
    }
    Index

    Properties

    show_empty_state: boolean
    status: string
    tray: HighlightsTrayResponseTrayItem[]
    tv_channel: HighlightsTrayResponseTvChannel