export interface ContentType { mimeType: string; contentType: string; charset?: string | undefined; boundary?: string | undefined; }