Interface CustomNodeExportInterface

interface CustomNodeExportInterface {
    meta?: ExportMetaData;
    nodeTypes: Record<string, CustomNodeSkeleton>;
}

Properties

Properties

nodeTypes: Record<string, CustomNodeSkeleton>