henkan 3.0.3 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/docs/api/functions/getKanji.md +8 -8
  2. package/docs/api/functions/getKanjiExtended.md +8 -8
  3. package/docs/api/functions/getName.md +8 -8
  4. package/docs/api/functions/getWord.md +10 -10
  5. package/docs/api/interfaces/DefaultNoteInfo.md +3 -3
  6. package/docs/api/interfaces/Definition.md +2 -2
  7. package/docs/api/interfaces/DictKanji.md +3 -3
  8. package/docs/api/interfaces/DictKanjiForm.md +2 -2
  9. package/docs/api/interfaces/DictKanjiMisc.md +4 -4
  10. package/docs/api/interfaces/DictKanjiReadingMeaning.md +2 -2
  11. package/docs/api/interfaces/DictKanjiReadingMeaningGroup.md +2 -2
  12. package/docs/api/interfaces/DictMeaning.md +8 -8
  13. package/docs/api/interfaces/DictName.md +3 -3
  14. package/docs/api/interfaces/DictRadical.md +1 -1
  15. package/docs/api/interfaces/DictReading.md +3 -3
  16. package/docs/api/interfaces/DictWord.md +4 -4
  17. package/docs/api/interfaces/EntryMaps.md +8 -8
  18. package/docs/api/interfaces/ExamplePart.md +5 -5
  19. package/docs/api/interfaces/Grammar.md +12 -12
  20. package/docs/api/interfaces/GrammarMeaning.md +1 -1
  21. package/docs/api/interfaces/JaWiktionaryEntry.md +2 -2
  22. package/docs/api/interfaces/Kana.md +8 -8
  23. package/docs/api/interfaces/Kanji.md +21 -21
  24. package/docs/api/interfaces/KanjiComponent.md +1 -1
  25. package/docs/api/interfaces/KanjiForm.md +2 -2
  26. package/docs/api/interfaces/Name.md +10 -10
  27. package/docs/api/interfaces/NeDictMeaning.md +1 -1
  28. package/docs/api/interfaces/NoteAndTag.md +1 -1
  29. package/docs/api/interfaces/Phrase.md +1 -1
  30. package/docs/api/interfaces/Radical.md +12 -12
  31. package/docs/api/interfaces/Reading.md +3 -3
  32. package/docs/api/interfaces/ReadingsKanjiFormsPair.md +1 -1
  33. package/docs/api/interfaces/ResultEntry.md +6 -6
  34. package/docs/api/interfaces/TanakaExample.md +2 -2
  35. package/docs/api/interfaces/Translation.md +1 -1
  36. package/docs/api/interfaces/Word.md +12 -12
  37. package/docs/api/interfaces/WordDefinitionPair.md +1 -1
  38. package/package.json +14 -14
@@ -18,7 +18,7 @@ Grammar point information
18
18
 
19
19
  ### audio?
20
20
 
21
- > `optional` **audio**: `string`
21
+ > `optional` **audio?**: `string`
22
22
 
23
23
  Defined in: [types.ts:1053](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1053)
24
24
 
@@ -28,7 +28,7 @@ The filename of an audio file for the grammar point
28
28
 
29
29
  ### deckPath?
30
30
 
31
- > `optional` **deckPath**: `string`
31
+ > `optional` **deckPath?**: `string`
32
32
 
33
33
  Defined in: [types.ts:673](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L673)
34
34
 
@@ -42,7 +42,7 @@ The full path of the Anki deck
42
42
 
43
43
  ### doNotCreateNote?
44
44
 
45
- > `optional` **doNotCreateNote**: `true`
45
+ > `optional` **doNotCreateNote?**: `true`
46
46
 
47
47
  Defined in: [types.ts:681](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L681)
48
48
 
@@ -56,7 +56,7 @@ Whether or not this entry should be converted into an Anki note
56
56
 
57
57
  ### id?
58
58
 
59
- > `optional` **id**: `` `${number}` ``
59
+ > `optional` **id?**: `` `${number}` ``
60
60
 
61
61
  Defined in: [types.ts:665](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L665)
62
62
 
@@ -70,7 +70,7 @@ ID used for the Anki note ID
70
70
 
71
71
  ### jlpt?
72
72
 
73
- > `optional` **jlpt**: `` `N${number}` ``
73
+ > `optional` **jlpt?**: `` `N${number}` ``
74
74
 
75
75
  Defined in: [types.ts:1045](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1045)
76
76
 
@@ -90,7 +90,7 @@ The English meaning/translation of the grammar point
90
90
 
91
91
  ### noteID?
92
92
 
93
- > `optional` **noteID**: `string`
93
+ > `optional` **noteID?**: `string`
94
94
 
95
95
  Defined in: [types.ts:661](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L661)
96
96
 
@@ -104,7 +104,7 @@ ID used for the resulting Anki note
104
104
 
105
105
  ### noteTypeName?
106
106
 
107
- > `optional` **noteTypeName**: `string`
107
+ > `optional` **noteTypeName?**: `string`
108
108
 
109
109
  Defined in: [types.ts:669](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L669)
110
110
 
@@ -118,7 +118,7 @@ Anki note type name
118
118
 
119
119
  ### phrases?
120
120
 
121
- > `optional` **phrases**: [`Phrase`](Phrase.md)[]
121
+ > `optional` **phrases?**: [`Phrase`](Phrase.md)[]
122
122
 
123
123
  Defined in: [types.ts:1041](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1041)
124
124
 
@@ -138,7 +138,7 @@ The most common form in which the grammar point written in
138
138
 
139
139
  ### readings?
140
140
 
141
- > `optional` **readings**: [`Reading`](Reading.md)[]
141
+ > `optional` **readings?**: [`Reading`](Reading.md)[]
142
142
 
143
143
  Defined in: [types.ts:1033](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1033)
144
144
 
@@ -148,7 +148,7 @@ The readings of the grammar point
148
148
 
149
149
  ### source?
150
150
 
151
- > `optional` **source**: `string`
151
+ > `optional` **source?**: `string`
152
152
 
153
153
  Defined in: [types.ts:1049](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1049)
154
154
 
@@ -158,7 +158,7 @@ The source from which data for this grammar point has been extracted
158
158
 
159
159
  ### tags?
160
160
 
161
- > `optional` **tags**: `string`[]
161
+ > `optional` **tags?**: `string`[]
162
162
 
163
163
  Defined in: [types.ts:677](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L677)
164
164
 
@@ -172,7 +172,7 @@ Tags generated based on the entry's information
172
172
 
173
173
  ### usages?
174
174
 
175
- > `optional` **usages**: `string`[]
175
+ > `optional` **usages?**: `string`[]
176
176
 
177
177
  Defined in: [types.ts:1037](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1037)
178
178
 
@@ -14,7 +14,7 @@ Grammar point meaning
14
14
 
15
15
  ### example?
16
16
 
17
- > `optional` **example**: `string`
17
+ > `optional` **example?**: `string`
18
18
 
19
19
  Defined in: [types.ts:1015](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1015)
20
20
 
@@ -14,7 +14,7 @@ Useful information from a `ja.wiktionary.org` entry
14
14
 
15
15
  ### forms?
16
16
 
17
- > `optional` **forms**: `string`[]
17
+ > `optional` **forms?**: `string`[]
18
18
 
19
19
  Defined in: [types.ts:587](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L587)
20
20
 
@@ -34,7 +34,7 @@ The part of speech (in Japanese)
34
34
 
35
35
  ### senses?
36
36
 
37
- > `optional` **senses**: `JaWiktionaryEntrySense`[]
37
+ > `optional` **senses?**: `JaWiktionaryEntrySense`[]
38
38
 
39
39
  Defined in: [types.ts:583](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L583)
40
40
 
@@ -18,7 +18,7 @@ Kana information
18
18
 
19
19
  ### audio?
20
20
 
21
- > `optional` **audio**: `string`
21
+ > `optional` **audio?**: `string`
22
22
 
23
23
  Defined in: [types.ts:997](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L997)
24
24
 
@@ -28,7 +28,7 @@ The filename of an audio file for the kana reading
28
28
 
29
29
  ### deckPath?
30
30
 
31
- > `optional` **deckPath**: `string`
31
+ > `optional` **deckPath?**: `string`
32
32
 
33
33
  Defined in: [types.ts:673](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L673)
34
34
 
@@ -42,7 +42,7 @@ The full path of the Anki deck
42
42
 
43
43
  ### doNotCreateNote?
44
44
 
45
- > `optional` **doNotCreateNote**: `true`
45
+ > `optional` **doNotCreateNote?**: `true`
46
46
 
47
47
  Defined in: [types.ts:681](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L681)
48
48
 
@@ -56,7 +56,7 @@ Whether or not this entry should be converted into an Anki note
56
56
 
57
57
  ### id?
58
58
 
59
- > `optional` **id**: `` `${number}` ``
59
+ > `optional` **id?**: `` `${number}` ``
60
60
 
61
61
  Defined in: [types.ts:665](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L665)
62
62
 
@@ -80,7 +80,7 @@ The kana character
80
80
 
81
81
  ### noteID?
82
82
 
83
- > `optional` **noteID**: `string`
83
+ > `optional` **noteID?**: `string`
84
84
 
85
85
  Defined in: [types.ts:661](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L661)
86
86
 
@@ -94,7 +94,7 @@ ID used for the resulting Anki note
94
94
 
95
95
  ### noteTypeName?
96
96
 
97
- > `optional` **noteTypeName**: `string`
97
+ > `optional` **noteTypeName?**: `string`
98
98
 
99
99
  Defined in: [types.ts:669](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L669)
100
100
 
@@ -118,7 +118,7 @@ The romaji reading of the kana
118
118
 
119
119
  ### svg?
120
120
 
121
- > `optional` **svg**: `string`
121
+ > `optional` **svg?**: `string`
122
122
 
123
123
  Defined in: [types.ts:1001](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L1001)
124
124
 
@@ -128,7 +128,7 @@ The kana SVG filename
128
128
 
129
129
  ### tags?
130
130
 
131
- > `optional` **tags**: `string`[]
131
+ > `optional` **tags?**: `string`[]
132
132
 
133
133
  Defined in: [types.ts:677](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L677)
134
134
 
@@ -20,7 +20,7 @@ Converted from [DictKanji](DictKanji.md) and extra info added
20
20
 
21
21
  ### components?
22
22
 
23
- > `optional` **components**: [`KanjiComponent`](KanjiComponent.md)[]
23
+ > `optional` **components?**: [`KanjiComponent`](KanjiComponent.md)[]
24
24
 
25
25
  Defined in: [types.ts:809](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L809)
26
26
 
@@ -30,7 +30,7 @@ The kanji radicals/components
30
30
 
31
31
  ### deckPath?
32
32
 
33
- > `optional` **deckPath**: `string`
33
+ > `optional` **deckPath?**: `string`
34
34
 
35
35
  Defined in: [types.ts:673](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L673)
36
36
 
@@ -44,7 +44,7 @@ The full path of the Anki deck
44
44
 
45
45
  ### doNotCreateNote?
46
46
 
47
- > `optional` **doNotCreateNote**: `true`
47
+ > `optional` **doNotCreateNote?**: `true`
48
48
 
49
49
  Defined in: [types.ts:681](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L681)
50
50
 
@@ -58,7 +58,7 @@ Whether or not this entry should be converted into an Anki note
58
58
 
59
59
  ### externalInfo?
60
60
 
61
- > `optional` **externalInfo**: `true`
61
+ > `optional` **externalInfo?**: `true`
62
62
 
63
63
  Defined in: [types.ts:841](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L841)
64
64
 
@@ -68,7 +68,7 @@ Whether or not this kanji object contains information extracted from [source](#s
68
68
 
69
69
  ### frequency?
70
70
 
71
- > `optional` **frequency**: `string`
71
+ > `optional` **frequency?**: `string`
72
72
 
73
73
  Defined in: [types.ts:825](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L825)
74
74
 
@@ -80,7 +80,7 @@ Defined in: [types.ts:825](https://github.com/Ronokof/Henkan/blob/main/src/types
80
80
 
81
81
  ### grade?
82
82
 
83
- > `optional` **grade**: `string`
83
+ > `optional` **grade?**: `string`
84
84
 
85
85
  Defined in: [types.ts:821](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L821)
86
86
 
@@ -92,7 +92,7 @@ Defined in: [types.ts:821](https://github.com/Ronokof/Henkan/blob/main/src/types
92
92
 
93
93
  ### id?
94
94
 
95
- > `optional` **id**: `` `${number}` ``
95
+ > `optional` **id?**: `` `${number}` ``
96
96
 
97
97
  Defined in: [types.ts:665](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L665)
98
98
 
@@ -106,7 +106,7 @@ ID used for the Anki note ID
106
106
 
107
107
  ### jlpt?
108
108
 
109
- > `optional` **jlpt**: `` `N${number}` ``
109
+ > `optional` **jlpt?**: `` `N${number}` ``
110
110
 
111
111
  Defined in: [types.ts:829](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L829)
112
112
 
@@ -130,7 +130,7 @@ Defined in: [types.ts:781](https://github.com/Ronokof/Henkan/blob/main/src/types
130
130
 
131
131
  ### kokuji?
132
132
 
133
- > `optional` **kokuji**: `true`
133
+ > `optional` **kokuji?**: `true`
134
134
 
135
135
  Defined in: [types.ts:833](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L833)
136
136
 
@@ -140,7 +140,7 @@ Whether or not the kanji is a kokuji
140
140
 
141
141
  ### kunyomi?
142
142
 
143
- > `optional` **kunyomi**: `string`[]
143
+ > `optional` **kunyomi?**: `string`[]
144
144
 
145
145
  Defined in: [types.ts:797](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L797)
146
146
 
@@ -150,7 +150,7 @@ The kanji kunyomi readings
150
150
 
151
151
  ### meanings?
152
152
 
153
- > `optional` **meanings**: `string`[]
153
+ > `optional` **meanings?**: `string`[]
154
154
 
155
155
  Defined in: [types.ts:789](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L789)
156
156
 
@@ -162,7 +162,7 @@ Defined in: [types.ts:789](https://github.com/Ronokof/Henkan/blob/main/src/types
162
162
 
163
163
  ### mnemonic?
164
164
 
165
- > `optional` **mnemonic**: `string`
165
+ > `optional` **mnemonic?**: `string`
166
166
 
167
167
  Defined in: [types.ts:813](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L813)
168
168
 
@@ -172,7 +172,7 @@ The kanji mnemonic
172
172
 
173
173
  ### nanori?
174
174
 
175
- > `optional` **nanori**: `string`[]
175
+ > `optional` **nanori?**: `string`[]
176
176
 
177
177
  Defined in: [types.ts:801](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L801)
178
178
 
@@ -184,7 +184,7 @@ Defined in: [types.ts:801](https://github.com/Ronokof/Henkan/blob/main/src/types
184
184
 
185
185
  ### noteID?
186
186
 
187
- > `optional` **noteID**: `string`
187
+ > `optional` **noteID?**: `string`
188
188
 
189
189
  Defined in: [types.ts:661](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L661)
190
190
 
@@ -198,7 +198,7 @@ ID used for the resulting Anki note
198
198
 
199
199
  ### noteTypeName?
200
200
 
201
- > `optional` **noteTypeName**: `string`
201
+ > `optional` **noteTypeName?**: `string`
202
202
 
203
203
  Defined in: [types.ts:669](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L669)
204
204
 
@@ -212,7 +212,7 @@ Anki note type name
212
212
 
213
213
  ### onyomi?
214
214
 
215
- > `optional` **onyomi**: `string`[]
215
+ > `optional` **onyomi?**: `string`[]
216
216
 
217
217
  Defined in: [types.ts:793](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L793)
218
218
 
@@ -222,7 +222,7 @@ The kanji onyomi readings
222
222
 
223
223
  ### source?
224
224
 
225
- > `optional` **source**: `string`
225
+ > `optional` **source?**: `string`
226
226
 
227
227
  Defined in: [types.ts:837](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L837)
228
228
 
@@ -232,7 +232,7 @@ The source (besides KANJIDIC) from which data for this kanji has been extracted
232
232
 
233
233
  ### strokes?
234
234
 
235
- > `optional` **strokes**: `string`
235
+ > `optional` **strokes?**: `string`
236
236
 
237
237
  Defined in: [types.ts:785](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L785)
238
238
 
@@ -244,7 +244,7 @@ Defined in: [types.ts:785](https://github.com/Ronokof/Henkan/blob/main/src/types
244
244
 
245
245
  ### svg?
246
246
 
247
- > `optional` **svg**: `string`
247
+ > `optional` **svg?**: `string`
248
248
 
249
249
  Defined in: [types.ts:805](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L805)
250
250
 
@@ -254,7 +254,7 @@ The kanji SVG filename
254
254
 
255
255
  ### tags?
256
256
 
257
- > `optional` **tags**: `string`[]
257
+ > `optional` **tags?**: `string`[]
258
258
 
259
259
  Defined in: [types.ts:677](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L677)
260
260
 
@@ -268,7 +268,7 @@ Tags generated based on the entry's information
268
268
 
269
269
  ### words?
270
270
 
271
- > `optional` **words**: [`Word`](Word.md)[]
271
+ > `optional` **words?**: [`Word`](Word.md)[]
272
272
 
273
273
  Defined in: [types.ts:817](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L817)
274
274
 
@@ -24,7 +24,7 @@ The component character
24
24
 
25
25
  ### meaning?
26
26
 
27
- > `optional` **meaning**: `string`
27
+ > `optional` **meaning?**: `string`
28
28
 
29
29
  Defined in: [types.ts:769](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L769)
30
30
 
@@ -16,7 +16,7 @@ Converted from a [DictKanjiForm](DictKanjiForm.md)
16
16
 
17
17
  ### common?
18
18
 
19
- > `optional` **common**: `true`
19
+ > `optional` **common?**: `true`
20
20
 
21
21
  Defined in: [types.ts:715](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L715)
22
22
 
@@ -36,7 +36,7 @@ The kanji form
36
36
 
37
37
  ### notes?
38
38
 
39
- > `optional` **notes**: `string`[]
39
+ > `optional` **notes?**: `string`[]
40
40
 
41
41
  Defined in: [types.ts:711](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L711)
42
42
 
@@ -20,7 +20,7 @@ Converted from [DictName](DictName.md)
20
20
 
21
21
  ### common?
22
22
 
23
- > `optional` **common**: `true`
23
+ > `optional` **common?**: `true`
24
24
 
25
25
  Defined in: [types.ts:979](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L979)
26
26
 
@@ -32,7 +32,7 @@ Defined in: [types.ts:979](https://github.com/Ronokof/Henkan/blob/main/src/types
32
32
 
33
33
  ### deckPath?
34
34
 
35
- > `optional` **deckPath**: `string`
35
+ > `optional` **deckPath?**: `string`
36
36
 
37
37
  Defined in: [types.ts:673](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L673)
38
38
 
@@ -46,7 +46,7 @@ The full path of the Anki deck
46
46
 
47
47
  ### doNotCreateNote?
48
48
 
49
- > `optional` **doNotCreateNote**: `true`
49
+ > `optional` **doNotCreateNote?**: `true`
50
50
 
51
51
  Defined in: [types.ts:681](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L681)
52
52
 
@@ -60,7 +60,7 @@ Whether or not this entry should be converted into an Anki note
60
60
 
61
61
  ### id?
62
62
 
63
- > `optional` **id**: `` `${number}` ``
63
+ > `optional` **id?**: `` `${number}` ``
64
64
 
65
65
  Defined in: [types.ts:665](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L665)
66
66
 
@@ -74,7 +74,7 @@ ID used for the Anki note ID
74
74
 
75
75
  ### kanji?
76
76
 
77
- > `optional` **kanji**: [`Kanji`](Kanji.md)[]
77
+ > `optional` **kanji?**: [`Kanji`](Kanji.md)[]
78
78
 
79
79
  Defined in: [types.ts:971](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L971)
80
80
 
@@ -84,7 +84,7 @@ A list of kanji used in the kanji forms
84
84
 
85
85
  ### kanjiForms?
86
86
 
87
- > `optional` **kanjiForms**: [`KanjiForm`](KanjiForm.md)[]
87
+ > `optional` **kanjiForms?**: [`KanjiForm`](KanjiForm.md)[]
88
88
 
89
89
  Defined in: [types.ts:967](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L967)
90
90
 
@@ -104,7 +104,7 @@ The name readings (in kana)
104
104
 
105
105
  ### noteID?
106
106
 
107
- > `optional` **noteID**: `string`
107
+ > `optional` **noteID?**: `string`
108
108
 
109
109
  Defined in: [types.ts:661](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L661)
110
110
 
@@ -118,7 +118,7 @@ ID used for the resulting Anki note
118
118
 
119
119
  ### noteTypeName?
120
120
 
121
- > `optional` **noteTypeName**: `string`
121
+ > `optional` **noteTypeName?**: `string`
122
122
 
123
123
  Defined in: [types.ts:669](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L669)
124
124
 
@@ -132,7 +132,7 @@ Anki note type name
132
132
 
133
133
  ### phrases?
134
134
 
135
- > `optional` **phrases**: [`Phrase`](Phrase.md)[]
135
+ > `optional` **phrases?**: [`Phrase`](Phrase.md)[]
136
136
 
137
137
  Defined in: [types.ts:975](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L975)
138
138
 
@@ -142,7 +142,7 @@ Phrases associated to the name
142
142
 
143
143
  ### tags?
144
144
 
145
- > `optional` **tags**: `string`[]
145
+ > `optional` **tags?**: `string`[]
146
146
 
147
147
  Defined in: [types.ts:677](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L677)
148
148
 
@@ -16,7 +16,7 @@ Equivalent to the `trans` JMnedict element
16
16
 
17
17
  ### nameTypes?
18
18
 
19
- > `optional` **nameTypes**: `string`[]
19
+ > `optional` **nameTypes?**: `string`[]
20
20
 
21
21
  Defined in: [types.ts:237](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L237)
22
22
 
@@ -24,7 +24,7 @@ The note
24
24
 
25
25
  ### tag?
26
26
 
27
- > `readonly` `optional` **tag**: `string`
27
+ > `readonly` `optional` **tag?**: `string`
28
28
 
29
29
  Defined in: [types.ts:695](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L695)
30
30
 
@@ -16,7 +16,7 @@ Converted from [TanakaExample](TanakaExample.md)
16
16
 
17
17
  ### glossNumber?
18
18
 
19
- > `readonly` `optional` **glossNumber**: [`GlossSpecificNumber`](GlossSpecificNumber.md)
19
+ > `readonly` `optional` **glossNumber?**: [`GlossSpecificNumber`](GlossSpecificNumber.md)
20
20
 
21
21
  Defined in: [types.ts:907](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L907)
22
22
 
@@ -18,7 +18,7 @@ Kanji radical/component information
18
18
 
19
19
  ### deckPath?
20
20
 
21
- > `optional` **deckPath**: `string`
21
+ > `optional` **deckPath?**: `string`
22
22
 
23
23
  Defined in: [types.ts:673](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L673)
24
24
 
@@ -32,7 +32,7 @@ The full path of the Anki deck
32
32
 
33
33
  ### doNotCreateNote?
34
34
 
35
- > `optional` **doNotCreateNote**: `true`
35
+ > `optional` **doNotCreateNote?**: `true`
36
36
 
37
37
  Defined in: [types.ts:681](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L681)
38
38
 
@@ -46,7 +46,7 @@ Whether or not this entry should be converted into an Anki note
46
46
 
47
47
  ### externalInfo?
48
48
 
49
- > `optional` **externalInfo**: `true`
49
+ > `optional` **externalInfo?**: `true`
50
50
 
51
51
  Defined in: [types.ts:883](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L883)
52
52
 
@@ -56,7 +56,7 @@ Whether or not this radical/component object contains information extracted from
56
56
 
57
57
  ### id?
58
58
 
59
- > `optional` **id**: `` `${number}` ``
59
+ > `optional` **id?**: `` `${number}` ``
60
60
 
61
61
  Defined in: [types.ts:665](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L665)
62
62
 
@@ -70,7 +70,7 @@ ID used for the Anki note ID
70
70
 
71
71
  ### kanji?
72
72
 
73
- > `optional` **kanji**: [`Kanji`](Kanji.md)[]
73
+ > `optional` **kanji?**: [`Kanji`](Kanji.md)[]
74
74
 
75
75
  Defined in: [types.ts:875](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L875)
76
76
 
@@ -90,7 +90,7 @@ The radical/component meanings
90
90
 
91
91
  ### mnemonic?
92
92
 
93
- > `optional` **mnemonic**: `string`
93
+ > `optional` **mnemonic?**: `string`
94
94
 
95
95
  Defined in: [types.ts:871](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L871)
96
96
 
@@ -100,7 +100,7 @@ The radical/component mnemonic
100
100
 
101
101
  ### noteID?
102
102
 
103
- > `optional` **noteID**: `string`
103
+ > `optional` **noteID?**: `string`
104
104
 
105
105
  Defined in: [types.ts:661](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L661)
106
106
 
@@ -114,7 +114,7 @@ ID used for the resulting Anki note
114
114
 
115
115
  ### noteTypeName?
116
116
 
117
- > `optional` **noteTypeName**: `string`
117
+ > `optional` **noteTypeName?**: `string`
118
118
 
119
119
  Defined in: [types.ts:669](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L669)
120
120
 
@@ -148,7 +148,7 @@ The radical/component reading (in kana)
148
148
 
149
149
  ### sources?
150
150
 
151
- > `optional` **sources**: `string`[]
151
+ > `optional` **sources?**: `string`[]
152
152
 
153
153
  Defined in: [types.ts:879](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L879)
154
154
 
@@ -158,7 +158,7 @@ The sources from which data for this radical/component has been extracted
158
158
 
159
159
  ### strokes?
160
160
 
161
- > `optional` **strokes**: `string`
161
+ > `optional` **strokes?**: `string`
162
162
 
163
163
  Defined in: [types.ts:863](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L863)
164
164
 
@@ -168,7 +168,7 @@ The stroke count of the radical/component
168
168
 
169
169
  ### svg?
170
170
 
171
- > `optional` **svg**: `string`
171
+ > `optional` **svg?**: `string`
172
172
 
173
173
  Defined in: [types.ts:867](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L867)
174
174
 
@@ -178,7 +178,7 @@ The radical/component SVG filename
178
178
 
179
179
  ### tags?
180
180
 
181
- > `optional` **tags**: `string`[]
181
+ > `optional` **tags?**: `string`[]
182
182
 
183
183
  Defined in: [types.ts:677](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L677)
184
184
 
@@ -16,7 +16,7 @@ Converted from [DictReading](DictReading.md)
16
16
 
17
17
  ### audio?
18
18
 
19
- > `optional` **audio**: `string`
19
+ > `optional` **audio?**: `string`
20
20
 
21
21
  Defined in: [types.ts:739](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L739)
22
22
 
@@ -26,7 +26,7 @@ The filename of an audio file for the reading
26
26
 
27
27
  ### common?
28
28
 
29
- > `optional` **common**: `true`
29
+ > `optional` **common?**: `true`
30
30
 
31
31
  Defined in: [types.ts:735](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L735)
32
32
 
@@ -36,7 +36,7 @@ Whether or not the reading is common
36
36
 
37
37
  ### notes?
38
38
 
39
- > `optional` **notes**: `string`[]
39
+ > `optional` **notes?**: `string`[]
40
40
 
41
41
  Defined in: [types.ts:731](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L731)
42
42
 
@@ -14,7 +14,7 @@ A word's readings-kanji forms pair
14
14
 
15
15
  ### kanjiForms?
16
16
 
17
- > `optional` **kanjiForms**: [`DictKanjiForm`](DictKanjiForm.md)[]
17
+ > `optional` **kanjiForms?**: [`DictKanjiForm`](DictKanjiForm.md)[]
18
18
 
19
19
  Defined in: [types.ts:120](https://github.com/Ronokof/Henkan/blob/main/src/types.ts#L120)
20
20