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

Properties

Properties

displayValue?: string
value: string