export type SupportedMediaType = 'audio' | 'video'; export type MediaType = SupportedMediaType | 'unknown';