export default class ReconnectAvailability { /** * Reconnect Id used for Reconnection chat */ reconnectId: string; /** * Boolean to check if the reconnect available for the reconnect Id */ isReconnectAvailable: boolean; /** * Redirection URL while the reconnect is expired */ reconnectRedirectionURL: string; }