WeekDay type
A day of the week on which the scheduled action can run.
KnownWeekDay can be used interchangeably with WeekDay,
this enum contains the known values that the service supports.
Known values supported by the service
Monday: The scheduled action can run on Monday.
Tuesday: The scheduled action can run on Tuesday.
Wednesday: The scheduled action can run on Wednesday.
Thursday: The scheduled action can run on Thursday.
Friday: The scheduled action can run on Friday.
Saturday: The scheduled action can run on Saturday.
Sunday: The scheduled action can run on Sunday.
All: Every day of the week.
type WeekDay = string