PubSubConfig
import type { PubSubConfig } from "https://googleapis.deno.dev/v1/pubsublite:v1.ts";Configuration for exporting to a Pub/Sub topic.
interface PubSubConfig {
topic?: string;
}import type { PubSubConfig } from "https://googleapis.deno.dev/v1/pubsublite:v1.ts";Configuration for exporting to a Pub/Sub topic.