feat: use v1 profile api

This commit is contained in:
Michael Zetterberg
2024-05-21 13:58:37 +02:00
parent 2cfdbc19a9
commit 61e6d7ee39

View File

@@ -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[]