feat(SW-176): add enum
This commit is contained in:
@@ -500,7 +500,7 @@ const bestPricePerNightSchema = z.object({
|
||||
const linksSchema = z.object({
|
||||
links: z.array(
|
||||
z.object({
|
||||
url: z.string(),
|
||||
url: z.string().url(),
|
||||
type: z.string(),
|
||||
})
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user