diff options
Diffstat (limited to 'shared/models/actors/account.model.ts')
-rw-r--r-- | shared/models/actors/account.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/actors/account.model.ts b/shared/models/actors/account.model.ts index ef6fca539..e4dbc81e5 100644 --- a/shared/models/actors/account.model.ts +++ b/shared/models/actors/account.model.ts | |||
@@ -3,6 +3,7 @@ import { Avatar } from '../avatars/avatar.model' | |||
3 | export interface Account { | 3 | export interface Account { |
4 | id: number | 4 | id: number |
5 | uuid: string | 5 | uuid: string |
6 | url: string | ||
6 | name: string | 7 | name: string |
7 | displayName: string | 8 | displayName: string |
8 | host: string | 9 | host: string |