mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Type fix in User model
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
2fc2219bb4
commit
ed9a89efb5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export type Profile = {
|
||||||
avatarUrl: string;
|
avatarUrl: string;
|
||||||
profileUrl: string;
|
profileUrl: string;
|
||||||
provider: ProviderEnum;
|
provider: ProviderEnum;
|
||||||
photos: any[];
|
photos: { value: string }[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export type PhotoProfile = {
|
export type PhotoProfile = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue