interface dom.TouchEventInit implements EventModifierInitimport { type dom } from "https://deno.land/x/evt@v2.4.17/mod.ts"; const { TouchEventInit } = dom; PropertiesoptionalchangedTouches: Touch[]optionaltargetTouches: Touch[]optionaltouches: Touch[]