VyTypeValueDto

A data transfer object representing a type-value pair.

Properties

FieldTypeDescription

type

string

The type of the value.

value

string

The value associated with the type.

Last updated