import {NodeDef} from "./NodeDef"; /** * Collection of node definitions. */ export interface NodeDefs { [N: string]: NodeDef; }