export interface IVideo {
    url: string;
    height?: number;
    width?: number;
}
