Type Alias ImportStatusDetail

Count and affected types for one import outcome.

type ImportStatusDetail = {
    count: number;
    items: ImportStatusItem[];
    labels: string[];
}
Index
count: number

Number of types in this category.

Affected semantic types paired with their persisted resource id. Ids are present for created, updated, skipped and duplicate outcomes, and null for errored types that were never persisted.

labels: string[]

Labels of the affected semantic types.