Skip to main content
Module

x/astral/bindings/celestial.ts>Storage_InterestGroupDetails

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Storage_InterestGroupDetails
import { type Storage_InterestGroupDetails } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

The full details of an interest group.

definition: { ownerOrigin: string; name: string; expirationTime: Network_TimeSinceEpoch; joiningOrigin: string; biddingUrl?: string; biddingWasmHelperUrl?: string; updateUrl?: string; trustedBiddingSignalsUrl?: string; trustedBiddingSignalsKeys: string[]; userBiddingSignals?: string; ads: Storage_InterestGroupAd[]; adComponents: Storage_InterestGroupAd[]; }