Type alias ConnectionRestoringStartedEvent

ConnectionRestoringStartedEvent: {
    custom_data: Version;
    type: "connection-restoring-started";
}

Connection restoring started event when initiates a connection restoring process.

Type declaration

  • custom_data: Version

    Custom data for the connection.

  • type: "connection-restoring-started"

    Event type.

Generated using TypeDoc