interface WatcherConfigimport { type WatcherConfig } from "https://deno.land/x/pup@1.0.0-beta.23/lib/core/watcher.ts"; Propertiesoptionalpaths: string[]optionalinterval: numberoptionalexts: string[]optionalmatch: string[]optionalskip: string[]