type alias InputUserDictionaryimport { type InputUserDictionary } from "https://deno.land/x/bid@v1.0.3/model.ts"; 入力されるユーザー辞書の型定義 definition: { type: Wordclass; word: string; reading: string; isSuppress: YesOrNo; isSuggest: YesOrNo; description: string; }