export interface PaidMediaPreview { type: string; width?: number; height?: number; duration?: number; }