Interface LiveEventReconnect

interface LiveEventReconnect {
    type: "reconnect";
}

Properties

Properties

type: "reconnect"