interface CustomEvent implements Eventimport { type CustomEvent } from "https://deno.land/x/deno@v0.28.0/cli/js/dom_types.ts"; Propertiesreadonlydetail: anyMethodsinitCustomEvent(type: string,bubbles?: boolean,cancelable?: boolean,detail?: any | null,): void