aboutsummaryrefslogtreecommitdiff
path: root/types/ext
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-02-08 06:54:30 -0500
committerGitHub <noreply@github.com>2024-02-08 11:54:30 +0000
commit3486c0a96c477d1d5ec66c947bb7e94b44c8554a (patch)
tree60cc89306c843f76431fbaa0597879adc1b2b9c9 /types/ext
parentd0eb43716b36bd770950485d806531628de9d277 (diff)
Add cloze-body-kana handlebar (#650)
* Add cloze-body-kana handlebar * Convert if else to ternary
Diffstat (limited to 'types/ext')
-rw-r--r--types/ext/anki-templates.d.ts1
1 files changed, 1 insertions, 0 deletions
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;
};