enum Protocol.Input.DispatchKeyEventRequestTypeimport { Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { DispatchKeyEventRequestType } = Protocol.Input; MembersChar = "char"KeyDown = "keyDown"KeyUp = "keyUp"RawKeyDown = "rawKeyDown"