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

    Interface NodeExportInterface

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

    Properties

    Properties

    node: Record<string, NodeSkeleton>