export interface VideoQualities {
    sd: string;
    medium: string;
    high: string;
    max: string;
}
