diff options
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/user.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/user.ts b/src/models/user.ts index c389f477ab..f0620a6cfd 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -48,6 +48,8 @@ type IUserBase = { usernameLower: string; avatarId: mongo.ObjectID; bannerId: mongo.ObjectID; + avatarUrl?: string; + bannerUrl?: string; wallpaperId: mongo.ObjectID; data: any; description: string; |