import { Video } from '@app/shared/shared-main' import { VideoChannelSummary, VideoConstant, VideosOverview as VideosOverviewServer } from '@shared/models' export class VideosOverview implements VideosOverviewServer { channels: { channel: VideoChannelSummary videos: Video[] }[] categories: { category: VideoConstant videos: Video[] }[] tags: { tag: string videos: Video[] }[] [key: string]: any }