export interface IgetVodRequest { offset: number; limit: number; } export interface IGetVodeResponse { MediaInfoSet: any[]; TotalCount: number; }