/** * Video preview for thumbnails. * * @public */ export interface IThumbnailVideoPreview { url: string; type: 'video'; poster?: string; } //# sourceMappingURL=IThumbnailVideoPreview.d.ts.map