type alias DayOfWeekimport { type DayOfWeek } from "https://deno.land/x/netzo@0.4.72/deps/react-day-picker.ts"; A matcher to match a date being one of the specified days of the week (0-6, where 0 is Sunday). definition: { dayOfWeek: number[]; }