export default class NodeCode { isNodeCode: true; constructor(name: string, type: string, code?: string); }