Interface ImportMapPackageResult

interface ImportMapPackageResult {
    diagnostics: readonly HonuaMapPackageDiagnostic[];
    fingerprint: string;
    mapPackage: HonuaMapPackage;
    redactions: readonly HonuaExportRedaction[];
}

Properties

diagnostics: readonly HonuaMapPackageDiagnostic[]

Diagnostics from re-validating the imported package.

fingerprint: string

Recomputed fingerprint of the imported package.

mapPackage: HonuaMapPackage
redactions: readonly HonuaExportRedaction[]

Redactions recorded by the exporter, carried through for auditability.