import { ModalVideo } from '../../components/core/modals/video/video.component'; export interface VideoI { title?: string; video?: ModalVideo; }