import { ErrorObject } from './ErrorObject';
export type ValidationResponse = ErrorObject | void;
