@cfxlabsinc/b2b-services
    Preparing search index...

    One raw MIME object in the archive bucket, keyed by its SES message id.

    type ArchivedObject = {
        messageId: string;
        receivedAt: string;
        size: number;
    }
    Index
    messageId: string
    receivedAt: string

    The object's S3 LastModified, ISO-8601.

    size: number