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

    Interface MultiTreeExportInterface

    interface MultiTreeExportInterface {
        meta?: ExportMetaData;
        trees: Record<string, SingleTreeExportInterface>;
    }
    Index

    Properties

    Properties

    trees: Record<string, SingleTreeExportInterface>