Interface IContentType

interface IContentType {
    boundary?: null | string;
    charset?: null | string;
    type: string;
}

Implemented by

Properties

boundary?: null | string
charset?: null | string
type: string