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

CustomVocabularyEntryId

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

The unique entry identifier for the custom vocabulary items.

interface CustomVocabularyEntryId {
itemId: string;
}

§Properties

§
itemId: string
[src]

The unique item identifier for the custom vocabulary items.