export interface AgentTopicResponseModel { topicId: string; label: string; description: string; conversationCount: number; parentTopicId?: string; x2D?: number; y2D?: number; }