export interface IEncoding {
    contentType?: string;
}
