aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/account/account.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/account/account.model.ts')
-rw-r--r--client/src/app/shared/account/account.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/account/account.model.ts b/client/src/app/shared/account/account.model.ts
index dffca783b..0bdc76478 100644
--- a/client/src/app/shared/account/account.model.ts
+++ b/client/src/app/shared/account/account.model.ts
@@ -8,6 +8,7 @@ export class Account implements ServerAccount {
8 url: string 8 url: string
9 name: string 9 name: string
10 displayName: string 10 displayName: string
11 description: string
11 host: string 12 host: string
12 followingCount: number 13 followingCount: number
13 followersCount: number 14 followersCount: number