refactor: zod validation and pr comments
This commit is contained in:
5
server/routers/contentstack/contactConfig/input.ts
Normal file
5
server/routers/contentstack/contactConfig/input.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { z } from "zod"
|
||||
|
||||
import { Lang } from "@/constants/languages"
|
||||
|
||||
export const getConfigInput = z.object({ lang: z.nativeEnum(Lang) })
|
||||
Reference in New Issue
Block a user