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

OrganizationSubscription

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

Config to enabled subscribing to events from other projects in the org.

interface OrganizationSubscription {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Required. Enable org level subscription.