diff options
Diffstat (limited to 'src/lib/types/index.ts')
-rw-r--r-- | src/lib/types/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/types/index.ts b/src/lib/types/index.ts index 0a46643..ce3f5fb 100644 --- a/src/lib/types/index.ts +++ b/src/lib/types/index.ts @@ -98,7 +98,7 @@ export type AddSense = { parent_id: number | bigint; spelling: string; etymology?: string; - pos: string; + pos?: string; ipa?: string; prosody?: string; senses?: string; |