Make follower optional.

This commit is contained in:
Dessalines 2022-05-07 20:10:40 -04:00
parent 7c3ed7136c
commit b4290b0949

View file

@ -40,7 +40,7 @@ export interface CommunityResponse {
}
export interface FollowCommunityResponse {
community_follower_view: CommunityFollowerView;
community_follower_view?: CommunityFollowerView;
}
export interface ListCommunities {