import { TemplateRef } from '@angular/core'; export type VudErrorMessages = { [key: string]: TemplateRef; };