Interface IAttachments

Media attachments (e.g. inline images).

interface IAttachments {
    [key: string]: IMimeBundle | undefined;
}

Indexable

[key: string]: IMimeBundle | undefined