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/neptune.ts?docs=full";

Contains the results of a successful invocation of the "DescribeEventCategories" action.

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