export interface IMimeType {
    extension: string;
    type: string;
}
