export interface AbstractableNodeStructure {
    isAbstract?: boolean;
}
