mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-23 12:51:11 +00:00
Make follower optional.
This commit is contained in:
parent
7c3ed7136c
commit
b4290b0949
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export interface CommunityResponse {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FollowCommunityResponse {
|
export interface FollowCommunityResponse {
|
||||||
community_follower_view: CommunityFollowerView;
|
community_follower_view?: CommunityFollowerView;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ListCommunities {
|
export interface ListCommunities {
|
||||||
|
|
Loading…
Reference in a new issue