typo
This commit is contained in:
parent
5180ecc864
commit
1accb10f49
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export type User = z.infer<typeof User>;
|
|||
export const Deck = z.object({
|
||||
id: z.uuid(),
|
||||
name: z.string(),
|
||||
desciption: z.string(),
|
||||
description: z.string(),
|
||||
source_language: z.string(),
|
||||
validated_languages: z.array(z.string()),
|
||||
is_public: z.boolean(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue