lemmy-js-client 0.17.0-rc.1 → 0.17.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ export interface CommunityResponse {
|
|
30
30
|
community_view: CommunityView;
|
31
31
|
}
|
32
32
|
export interface FollowCommunityResponse {
|
33
|
-
community_follower_view
|
33
|
+
community_follower_view?: CommunityFollowerView;
|
34
34
|
}
|
35
35
|
export interface ListCommunities {
|
36
36
|
/**
|
package/package.json
CHANGED