type alias ImeConfigimport { type ImeConfig } from "https://deno.land/x/bid@v1.0.3/model.ts"; IME設定 definition: [name in ImeType]: { lang: "ja-JP"; encoding: Encoding; bom?: boolean; dataType: "CSV" | "TSV"; hasWordClass: boolean; hasWordIgnore?: boolean; }