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

Transport

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

Represents the transport intermediaries created for the trigger to deliver events.

interface Transport {
pubsub?: Pubsub;
}

§Properties

§
pubsub?: Pubsub
[src]

The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.