ValidationErrors • Angular Angular Team @angular/formsType AliasstableDefines the map of errors returned from failed validation checks.Defining custom validatorsAPI type ValidationErrors = { [key: string]: any;}