/** * Interface for week abbreviations by locale */ export interface WeekAbbreviations { /** * Abbreviation for "week" in a specific locale */ [key: string]: string; }