/** * Other preview for thumbnails. * Used as a fallback when media type cannot be determined. * * @public */ export interface IThumbnailOtherPreview { type: 'other'; /** * Optional icon name to represent the file. */ icon?: string; } //# sourceMappingURL=IThumbnailOtherPreview.d.ts.map