interface SourceGroup {
    data: TreeInfo[];
    type: SourceType;
}

Properties

Properties

data: TreeInfo[]