feat: sync design of header with current web
This commit is contained in:
9
server/routers/contentstack/config/input.ts
Normal file
9
server/routers/contentstack/config/input.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import z from "zod"
|
||||
|
||||
import { Lang } from "@/constants/languages"
|
||||
|
||||
export const headerInput = z
|
||||
.object({
|
||||
lang: z.nativeEnum(Lang),
|
||||
})
|
||||
.optional()
|
||||
Reference in New Issue
Block a user