1 line
49 B
TypeScript
1 line
49 B
TypeScript
export type FollowState = 'pending' | 'accepted'
|
export type FollowState = 'pending' | 'accepted'
|