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

Properties

Properties

confirmValue?: string
value: string