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