parent
0cfbf7159e
commit
303073822c
|
@ -58,7 +58,7 @@ export const schemaBookingReadPublic = Booking.extend({
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.optional(),
|
.optional(),
|
||||||
responses: z.record(z.any()),
|
responses: z.record(z.any()).nullable(),
|
||||||
}).pick({
|
}).pick({
|
||||||
id: true,
|
id: true,
|
||||||
userId: true,
|
userId: true,
|
||||||
|
|
Loading…
Reference in New Issue