aboutsummaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-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;
};