diff options
Diffstat (limited to 'types/ext')
| -rw-r--r-- | types/ext/anki-templates.d.ts | 1 |
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; }; |