import { VideoType } from './video-type'; export interface VideoSettingData { videoType: VideoType; videoTag: string; }