Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Network_ReportingApiReport

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Network_ReportingApiReport
import { type Network_ReportingApiReport } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";
definition: { id: Network_ReportId; initiatorUrl: string; destination: string; type: string; timestamp: Network_TimeSinceEpoch; depth: number; completedAttempts: number; body: object; status: Network_ReportStatus; }