UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

8 lines (7 loc) 257 B
import { NodeContext } from '../../../poly/NodeContext'; import { PolyNodeDefinition } from './PolyNodeDefinition'; export interface PolyNodeDataRegister<NC extends NodeContext> { node_context: NC; node_type: string; data: PolyNodeDefinition; }