enum BirthMonth {
	"A",
	"B",
	"C",
	"D",
	"E",
	"H",
	"L",
	"M",
	"P",
	"R",
	"S",
	"T",
}

export default BirthMonth;
