Skip to main content
Module

x/astral/bindings/celestial.ts>BackgroundService_EventMetadata

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

A key-value pair for additional event information to pass along.

definition: { key: string; value: string; }