import { Media } from './enum/Media'; export interface IMedia_Size_StringMapEntry { key: Media.Size; value: string; }