interface ChatSDKExceptionDetails { response: string; message?: string; } export default ChatSDKExceptionDetails;