PeerTube/shared/models/accounts/follow.model.ts

2 lines
49 B
TypeScript

export type FollowState = 'pending' | 'accepted'