interface MIMEType {
    essence: string;
    parameters: Map<string, string>;
    subtype: string;
    type: string;
}

Properties

essence: string
parameters: Map<string, string>
subtype: string
type: string