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

ExternalSourceSetting

import type { ExternalSourceSetting } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Provides information about the external source of the slot type's definition.

interface ExternalSourceSetting {
grammarSlotTypeSetting?: GrammarSlotTypeSetting | null;
}

§Properties

§
grammarSlotTypeSetting?: GrammarSlotTypeSetting | null
[src]

Settings required for a slot type based on a grammar that you provide.