export interface ICurrentSelection {
    fNodeIds: string[];
    fGroupIds: string[];
    fConnectionIds: string[];
}
