Type Alias: DaysOfTheWeek
type DaysOfTheWeek = "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su"Two-characters string indicator for each day of the week Represents the standard format for identifying days in the week
Last updated on
type DaysOfTheWeek = "mo" | "tu" | "we" | "th" | "fr" | "sa" | "su"Two-characters string indicator for each day of the week Represents the standard format for identifying days in the week