interface IValidator {
    name: string;
    regex: string;
}

Properties

Properties

name: string
regex: string