Type Alias ImportStatusItem

A single affected semantic type with its persisted resource id when available.

type ImportStatusItem = {
    id?: string | null;
    label: string;
}
Index
id?: string | null

Persisted resource id of the semantic type, or null when no resource exists for this outcome (for example, an errored type that was never created).

label: string

Label of the affected semantic type.