import { Video } from './Video.generated'; export interface PaidMediaVideo { type: string; video: Video; }