@bzr/bazaar
    Preparing search index...

    Type Alias EmailMessage

    type EmailMessage = {
        attachments?: EmailAttachement[];
        html?: string;
        icalEvent?: IcalEvent;
        subject: string;
        text?: string;
        toUserIds: string[];
    }
    Index

    Properties

    attachments?: EmailAttachement[]
    html?: string
    icalEvent?: IcalEvent
    subject: string
    text?: string
    toUserIds: string[]