interface WatchEvent implements Eventimport { type WatchEvent } from "https://dotland.deno.dev/x/lume@v2.2.2/core/watcher.ts"; Custom events for server Propertiestype: WatchEventTypeThe event type optionalfiles: Set<string>The list of changed files (only for "change" events) optionalerror: ErrorThe error object (only for "error" events)