interface FieldEditBean {
    value?: string;
}

Properties

Properties

value?: string