interface IFieldValueText {
    confirmValue?: string;
    value?: string;
}

Properties

confirmValue?: string
value?: string