Type alias Kanjidic2Reading
Kanjidic2Reading: {
onType: string | null;
status: string | null;
type: "pinyin" | "korean_r" | "korean_h" | "vietnam" | "ja_on" | "ja_kun";
value: string;
}
Type declaration
-
onType: string | null
-
status: string | null
-
type: "pinyin" | "korean_r" | "korean_h" | "vietnam" | "ja_on" | "ja_kun"
-
value: string
Indicates the type of on-reading: "kan", "go", "tou" or "kan'you". Currently not used.