export default interface ChatReconnectOptionalParams {
    reconnectId?: string;
}
