Type fix in User model

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-05-24 21:09:42 +02:00
parent 2fc2219bb4
commit ed9a89efb5
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -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 = {