import { NodeDef } from "./NodeDef"; export interface NodeDefs { [N: string]: NodeDef; }