]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/accounts/follow.model.ts
Add follow tabs
[github/Chocobozzz/PeerTube.git] / shared / models / accounts / follow.model.ts
CommitLineData
7a7724e6 1export type FollowState = 'pending' | 'accepted'