program-item.d.ts 245 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export declare const PROGRAM_ITEM_TYPE_SLIDESHOW = "slideshow"; export declare const PROGRAM_ITEM_TYPE_VIDEO = "video"; export declare class ProgramItem { protected _type: string; protected _data: any; type: string; data: any; }