type alias Protocol.Network.ReportStatusimport { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { ReportStatus } = Protocol.Network; The status of a Reporting API report. definition: ( | "Queued" | "Pending" | "MarkedForRemoval" | "Success")