aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/accounts/follow.model.ts
blob: 80cfe07e4816fe696b008777b8d85990c5faee62 (plain) (blame)
1
export type FollowState = 'pending' | 'accepted'