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

EventCategoriesMap

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

An event source type, accompanied by one or more event category names.

interface EventCategoriesMap {
EventCategories: string[];
SourceType?: string | null;
}

§Properties

§
EventCategories: string[]
[src]

The event categories for the specified source type.

§
SourceType?: string | null
[src]

The source type that the returned categories belong to.