From 3486c0a96c477d1d5ec66c947bb7e94b44c8554a Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Thu, 8 Feb 2024 06:54:30 -0500 Subject: Add cloze-body-kana handlebar (#650) * Add cloze-body-kana handlebar * Convert if else to ternary --- types/ext/anki-templates.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'types') diff --git a/types/ext/anki-templates.d.ts b/types/ext/anki-templates.d.ts index 37c3d52f..efa0bad2 100644 --- a/types/ext/anki-templates.d.ts +++ b/types/ext/anki-templates.d.ts @@ -304,5 +304,6 @@ export type Cloze = { sentence: string; prefix: string; body: string; + bodyKana: string; suffix: string; }; -- cgit v1.2.3