export default interface IGetLWIDetailsOptionalParams { /** * JWT token from the portal. */ authenticatedUserToken?: string; /** * Reconnect Id for the chat. */ reconnectId?: string; }