import { Video } from '@shared/models/videos/video.model' export interface IndexableVideo extends Video { elasticSearchId: string host: string }