feat: guest information form enter details
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { Lang } from "@/constants/languages"
|
||||
import { z } from "zod"
|
||||
|
||||
import { systemSchema } from "@/server/routers/contentstack/schemas/system"
|
||||
|
||||
export interface System {
|
||||
system: {
|
||||
content_type_uid: string
|
||||
locale: Lang
|
||||
uid: string
|
||||
}
|
||||
system: z.output<typeof systemSchema>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user