Interface NodeExportInterface

interface NodeExportInterface {
    meta?: ExportMetaData;
    node: Record<string, NodeSkeleton>;
}

Properties

Properties

node: Record<string, NodeSkeleton>