interface IMismatchVerboseErrors {
	firstName?: string;
	lastName?: string;
	date?: string;
	gender?: string;
	place?: string;
	crc?: string;
}
export default IMismatchVerboseErrors;
