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