mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Remove community creator.
This commit is contained in:
parent
34ba231833
commit
1e60699901
2 changed files with 0 additions and 2 deletions
|
@ -187,7 +187,6 @@ export interface CommunitySafe {
|
|||
name: string;
|
||||
title: string;
|
||||
description?: string;
|
||||
creator_id: number;
|
||||
removed: boolean;
|
||||
published: string;
|
||||
updated?: string;
|
||||
|
|
|
@ -187,7 +187,6 @@ export interface CommunityPersonBanView {
|
|||
|
||||
export interface CommunityView {
|
||||
community: CommunitySafe;
|
||||
creator: PersonSafe;
|
||||
subscribed: boolean;
|
||||
counts: CommunityAggregates;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue