interface ValueOption {
    text: string;
    value: BaseField;
}

Properties

Properties

text: string
value: BaseField