Type alias ValueSetValuesDefinition

ValueSetValuesDefinition: {
    sorted: boolean;
    value: CustomValue[];
}

Type declaration