Frodo Library - v4.0.0-10
    Preparing search index...

    Interface CustomNodeExportInterface

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

    Properties

    Properties

    nodeTypes: Record<string, CustomNodeSkeleton>