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

CloudPubsubTopic

import type { CloudPubsubTopic } from "https://googleapis.deno.dev/v1/forms:v1.ts";

A Pub/Sub topic.

interface CloudPubsubTopic {
topicName?: string;
}

§Properties

§
topicName?: string
[src]

Required. A fully qualified Pub/Sub topic name to publish the events to. This topic must be owned by the calling project and already exist in Pub/Sub.