export interface NamedNodeStructure {
    name: string;
}
