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

Event

import type { Event } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";

What occurs to start an action.

interface Event {
RevisionPublished?: RevisionPublished | null;
}

§Properties

§
RevisionPublished?: RevisionPublished | null
[src]

What occurs to start the revision publish action.