export interface IFieldConfig { name: string; defaultErrorTemplate?: boolean; skipOnValidate?: boolean; }