Skip to main content
Module

x/astral/bindings/celestial.ts>Storage_AttributionReportingSourceRegistration

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Storage_AttributionReportingSourceRegistration
import { type Storage_AttributionReportingSourceRegistration } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { time: Network_TimeSinceEpoch; expiry?: number; eventReportWindow?: number; aggregatableReportWindow?: number; type: Storage_AttributionReportingSourceType; sourceOrigin: string; reportingOrigin: string; destinationSites: string[]; eventId: Storage_UnsignedInt64AsBase10; priority: Storage_SignedInt64AsBase10; filterData: Storage_AttributionReportingFilterDataEntry[]; aggregationKeys: Storage_AttributionReportingAggregationKeysEntry[]; debugKey?: Storage_UnsignedInt64AsBase10; }