type IsoWeekdayNames = { readonly 1: "Monday"; readonly 2: "Tuesday"; readonly 3: "Wednesday"; readonly 4: "Thursday"; readonly 5: "Friday"; readonly 6: "Saturday"; readonly 7: "Sunday"; }
Type representing the ISO_WEEKDAY_NAMES mapping structure.
Type representing the ISO_WEEKDAY_NAMES mapping structure.