enum OpCodeimport { OpCode } from "https://deno.land/x/pogsocket@2.0.0/websocket/framing/base.ts"; Represents a websocket op code MembersBinaryFrame = 2Close = 8Continue = 0Ping = 9Pong = 10TextFrame = 1