Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias InputUserDictionary
import { 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; }