Reapply "feat: use v1 profile api"

This reverts commit d7766a89de.
This commit is contained in:
Michael Zetterberg
2024-05-23 13:18:50 +02:00
parent 38872567bf
commit e00da4278d
3 changed files with 6 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ type Victory = {
* we have to get the values from elsewhere
*/
export interface User extends z.infer<typeof getUserSchema> {
firstName: string
name: string
journeys: Journey[]
nights: number
shortcuts: ShortcutLink[]