export interface IValidatorData {
    [key:string]: any
}

export interface IValidatorErrors {
    [key: string]: any
}