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

ProjectSubscriptions

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

Config to enable subscribing to all events from a list of projects.

interface ProjectSubscriptions {
list?: string[];
}

§Properties

§
list?: string[]
[src]

Required. A list of projects to receive events from. All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.