interface ReleaseManagementInputValue {
    displayValue?: string;
    value?: string;
}

Properties

displayValue?: string

The text to show for the display of this value.

value?: string

The value to store for this input.