export interface GeneratorableNodeStructure {
    isGenerator?: boolean;
}
