export interface IValidationMessage { code: number; message: string; fieldId: string; messageType: string; }