import { type OutputUserDictionary } from "https://deno.land/x/bid@v1.0.3/model.ts";
出力されるユーザー辞書の型定義
definition: Pick<InputUserDictionary, "word" | "reading"> & Pick<ImeConfig[ImeType], "lang"> | { type: string; } & Pick<InputUserDictionary, "word" | "reading" | "description"> | { type: string; } & Pick<InputUserDictionary, "word" | "reading">