export interface KnowledgeBaseFolderPathSegmentResponseModel {
    id: string;
    name?: string;
}
