import Validation from './Validation'; export interface ValidationResult { allValidations: Array; byPath: Record; } export default ValidationResult;