Racehorse
    Preparing search index...

    Interface Event

    The event transported through the EventBridge.

    interface Event {
        payload?: any;
        type: string;
    }
    Index

    Properties

    Properties

    payload?: any

    The event payload.

    type: string

    The event type (a qualified class name).