interface ReconciledWebMapReport {
    itemId: string;
    reason?: string;
    status: "manual" | "pass" | "fail";
    title: string;
    warningCount?: number;
}

Properties

itemId: string
reason?: string
status: "manual" | "pass" | "fail"
title: string
warningCount?: number