@mxraven/mail - v0.2.0
    Preparing search index...

    Type Alias Event

    Event:
        | { inboundEmail: InboundEmail; type: typeof inboundEmail }
        | { deliveryStatus: DeliveryStatus; type: typeof deliveryStatus }
        | { storageStatus: StorageStatus; type: typeof storageStatus }

    A decoded webhook delivery.