From e839a5f61f0faa21ca8b4bd5767f7575d5e576ee Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 21 May 2025 14:00:28 +0700 Subject: the card flip animation is legit --- src/lib/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/types/index.ts') 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; -- cgit v1.2.3