Module that implements a type that represents the names of the seven days of a week
Type of a CVWeekDayNames
Signature
export interface Type extends MTypes.ReadonlyTuple<string, 7> {}