fix: improve accountPage tRPC query

This commit is contained in:
Arvid Norlin
2024-04-25 14:25:11 +02:00
parent 280fd5680e
commit 840a20c4c1
3 changed files with 193 additions and 36 deletions
@@ -0,0 +1,5 @@
import { z } from "zod"
import { Lang } from "@/constants/languages"
export const getAccountPageInput = z.object({ lang: z.nativeEnum(Lang) })