Type Alias ReconnectStatus

ReconnectStatus: {
    server: string;
    type: "reconnect";
}