Type alias MIMEContent<T>
MIMEContent<T>: {
charset: string | undefined;
data?: T;
parameters: {
[prop: string]: string;
};
raw: Buffer;
text?: string;
type: string | undefined;
}
Type declaration
-
charset: string | undefined
-
Optional
data?: T
-
parameters: {
[prop: string]: string;
}
-
raw: Buffer
-
Optional
text?: string
-
type: string | undefined
License
Copyright Cao Jiahang All Rights Reserved.
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file at source root.