type CodiceFiscaleMonth =
	| "A"
	| "B"
	| "C"
	| "D"
	| "E"
	| "H"
	| "L"
	| "M"
	| "P"
	| "R"
	| "S"
	| "T";

export default CodiceFiscaleMonth;
