Type Alias ImportReport

Result of a best-effort import operation.

type ImportReport = {
    errors: ImportItemError[];
    summary: ImportSummary;
}
Index
errors: ImportItemError[]
summary: ImportSummary

Aggregate counts and per-status label details for the import result. Each status group includes a count and the list of affected type labels.