feat: use v1 profile api
This commit is contained in:
@@ -22,7 +22,7 @@ type Victory = {
|
|||||||
* we have to get the values from elsewhere
|
* we have to get the values from elsewhere
|
||||||
*/
|
*/
|
||||||
export interface User extends z.infer<typeof getUserSchema> {
|
export interface User extends z.infer<typeof getUserSchema> {
|
||||||
firstName: string
|
name: string
|
||||||
journeys: Journey[]
|
journeys: Journey[]
|
||||||
nights: number
|
nights: number
|
||||||
shortcuts: ShortcutLink[]
|
shortcuts: ShortcutLink[]
|
||||||
|
|||||||
Reference in New Issue
Block a user