interface UmbVariantDataModel {
    culture: null | string;
    segment: null | string;
}

Hierarchy (view full)

Properties

Properties

culture: null | string
segment: null | string
""