feat: use v1 profile api
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user