interface UmbVariantPropertyValueModel {
    alias: string;
    culture: null | string;
    segment: null | string;
    value?: unknown;
}

Hierarchy (View Summary, Expand)

Properties

alias: string
culture: null | string
segment: null | string
value?: unknown
MMNEPVFCICPMFPCPTTAAATR