core-utils
    Preparing search index...

    A file attachment to include with the notification (e.g. for email).

    interface Attachment {
        content: string;
        contentType: string;
        name: string;
    }
    Index

    Properties

    content: string

    The base64-encoded file content. Must be less than 10MB.

    contentType: string

    A MIME type for the file (e.g. "application/pdf", "image/png").

    name: string

    The name of the file.