diff options
author | polwex <polwex@sortug.com> | 2025-05-21 14:00:28 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-21 14:00:28 +0700 |
commit | e839a5f61f0faa21ca8b4bd5767f7575d5e576ee (patch) | |
tree | 53e5bcc3977b6ebef687521a7ac387a89aeb21c8 /src/lib/types/index.ts | |
parent | 4f2bd597beaa778476b84c10b571db1b13524301 (diff) |
the card flip animation is legit
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; |