mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-23 04:41:13 +00:00
Add site to GetCommunityResponse
This commit is contained in:
parent
72f29cb684
commit
65e6db26bc
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
import { Site } from "../source";
|
||||
import {
|
||||
CommunityModeratorView,
|
||||
CommunityView,
|
||||
|
@ -17,6 +18,7 @@ export interface GetCommunity {
|
|||
|
||||
export interface GetCommunityResponse {
|
||||
community_view: CommunityView;
|
||||
site?: Site;
|
||||
moderators: CommunityModeratorView[];
|
||||
online: number;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue