Interface UmbDataTypePropertyValueModel<ValueType>

interface UmbDataTypePropertyValueModel<ValueType = unknown> {
    alias: string;
    value: ValueType;
}

Type Parameters

  • ValueType = unknown

Properties

Properties

alias: string
value: ValueType
MMNEPVFCICPMFPCPTTAAATR