interface ValuesProperty {
    propertyKey: string;
    values: ValuesType;
}

Hierarchy (view full)

Properties

Properties

propertyKey: string
values: ValuesType