Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
topic?: string
[src]

The name of the Pub/Sub topic. Structured like: projects/{project_number}/topics/{topic_id}. The topic may be changed.