Fix missing Account.name on getAuthUser return type.
This commit is contained in:
parent
f85b5afb7c
commit
dd200d3477
|
@ -106,6 +106,9 @@ export type PeerTubeHelpers = {
|
||||||
email: string
|
email: string
|
||||||
blocked: boolean
|
blocked: boolean
|
||||||
role: UserRole
|
role: UserRole
|
||||||
|
Account: {
|
||||||
|
name: string
|
||||||
|
}
|
||||||
} | undefined>
|
} | undefined>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue