Interface ConnectionClosedEvent

Event emitted when a connection is closed.

interface ConnectionClosedEvent {
    type: "connection:closed";
    context: AdapterContext;
    timestamp: Date;
}

Properties

type
timestamp: Date