feat(SW-1710): add access checks to my stay page for viewing booking
This commit is contained in:
@@ -80,6 +80,8 @@ const guestSchema = z.object({
|
||||
countryCode: z.string().nullable().default(""),
|
||||
})
|
||||
|
||||
export type Guest = z.output<typeof guestSchema>
|
||||
|
||||
export const packageSchema = z
|
||||
.object({
|
||||
type: z.string().nullable(),
|
||||
|
||||
Reference in New Issue
Block a user