export default interface ChatReconnectContext {
    redirectURL: string | null;
    reconnectId: string | null;
}
