Interface MappingExportInterface

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

Properties

Properties

mapping: Record<string, MappingSkeleton>