interface TrackEventInit implements EventInitimport { type TrackEventInit } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts"; Propertiesoptionaltrack: | VideoTrack | AudioTrack | TextTrack | null