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

    Interface MappingExportInterface

    interface MappingExportInterface {
        mapping: Record<string, MappingSkeleton>;
        meta?: ExportMetaData;
        sync: SyncSkeleton;
    }
    Index

    Properties

    Properties

    mapping: Record<string, MappingSkeleton>