Interface IFieldType

interface IFieldType {
    placeholder: string;
    regexp: string;
}

Properties

Properties

placeholder: string
regexp: string