BusinessHoursDayOfWeekEnum: {
    Fri: "FRI";
    Mon: "MON";
    Sat: "SAT";
    Sun: "SUN";
    Thu: "THU";
    Tue: "TUE";
    Wed: "WED";
} = ...