interface ImportedWebMapReport {
    errorMessage?: string;
    itemId: string;
    manualInterventionNeeded?: boolean;
    outputPath?: string;
    rewrittenUrlCount?: number;
    status: "failed" | "converted";
    title: string;
    warningCount?: number;
}

Properties

errorMessage?: string
itemId: string
manualInterventionNeeded?: boolean
outputPath?: string
rewrittenUrlCount?: number
status: "failed" | "converted"
title: string
warningCount?: number