export interface videoConfig { videoTitle?: string videoPath: string; videoType?: string; }