From 608624252466acf9f1d9ee1c1170bd4fe4d18d18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Nov 2017 11:00:25 +0100 Subject: Rename Pod -> Server --- shared/models/accounts/follow.model.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shared/models/accounts/follow.model.ts') diff --git a/shared/models/accounts/follow.model.ts b/shared/models/accounts/follow.model.ts index 80cfe07e4..8094634c1 100644 --- a/shared/models/accounts/follow.model.ts +++ b/shared/models/accounts/follow.model.ts @@ -1 +1,8 @@ export type FollowState = 'pending' | 'accepted' + +export interface AccountFollow { + id: number + name: string + score?: number // Used for followers + host: string +} -- cgit v1.2.3