feat: static my stays
This commit is contained in:
@@ -12,13 +12,6 @@ type ShortcutLink = {
|
||||
title: string
|
||||
}
|
||||
|
||||
export type Stay = {
|
||||
dateArrive: Date
|
||||
dateDepart: Date
|
||||
guests: number
|
||||
hotel: string
|
||||
}
|
||||
|
||||
type Victory = {
|
||||
tag: string
|
||||
title: string
|
||||
@@ -33,6 +26,5 @@ export interface User extends z.infer<typeof getUserSchema> {
|
||||
journeys: Journey[]
|
||||
nights: number
|
||||
shortcuts: ShortcutLink[]
|
||||
stays: Stay[]
|
||||
victories: Victory[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user