import * as e from '../enums'; export interface ValidationErrorListInterface { errorCodes?: e.ValidationErrorCodes[]; }