export interface IKnowledgeBase { /** * 知识库标识 */ id: string; /** * 知识库名称 */ name: string; }