export interface ValidationModel { errorKey: string; validatorName?: string; message?: string; args?: any[]; id?: string; virtual?: boolean; }