type alias RTCStatsTypeimport { type RTCStatsType } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts"; definition: | "candidatepair" | "datachannel" | "inboundrtp" | "localcandidate" | "outboundrtp" | "remotecandidate" | "session" | "track" | "transport"