export interface Weekday { letter: string; short: string; full: string; }