BatchImportResult: StagedSessionPayload & {
    failed: number;
    imported: number;
    results: {
        authorityIRI: string;
        error?: string;
        ms?: number;
        ok: boolean;
        staged?: number;
        typeName: string;
    }[];
    totalMs?: number;
}