]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/accounts/follow.model.ts
Handle follow/accept
[github/Chocobozzz/PeerTube.git] / shared / models / accounts / follow.model.ts
1 export type FollowState = 'pending' | 'accepted'