feat: add two and three column grid variants
This commit is contained in:
@@ -88,6 +88,6 @@ export const getStaysSchema = z.object({
|
||||
.nullable(),
|
||||
})
|
||||
|
||||
export type GetStaysData = z.infer<typeof getStaysSchema>
|
||||
type GetStaysData = z.infer<typeof getStaysSchema>
|
||||
|
||||
export type Stay = GetStaysData["data"][0]
|
||||
export type Stay = GetStaysData["data"][number]
|
||||
|
||||
Reference in New Issue
Block a user