import { IFieldValidation } from "./field-validation.interface"; export interface IFieldValidationsObject { [propName: string]: IFieldValidation; }