MonthRange🔗Definition🔗export interface MonthRange { begin?: number; end?: number; } See also🔗 MonthRangeBuilder