type alias EventTypeimport { type EventType } from "https://deno.land/x/pastedeno@0.6.2/src/mod.ts"; definition: | "start" | "stop" | "error" | "scrape" | "new"