import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { InterestGroupAccessedEvent } = Protocol.Storage;
One of the interest groups was accessed by the associated page.
x/puppeteer/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts>Protocol.Storage.InterestGroupAccessedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { InterestGroupAccessedEvent } = Protocol.Storage;
One of the interest groups was accessed by the associated page.