diff options
Diffstat (limited to 'shared/models/actors')
-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 d14701317..ef6fca539 100644 --- a/shared/models/actors/account.model.ts +++ b/shared/models/actors/account.model.ts | |||
@@ -4,6 +4,7 @@ export interface Account { | |||
4 | id: number | 4 | id: number |
5 | uuid: string | 5 | uuid: string |
6 | name: string | 6 | name: string |
7 | displayName: string | ||
7 | host: string | 8 | host: string |
8 | followingCount: number | 9 | followingCount: number |
9 | followersCount: number | 10 | followersCount: number |