mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
change moderator view to be a listing type
This commit is contained in:
parent
8760eadf52
commit
981c866930
2 changed files with 1 additions and 2 deletions
|
@ -11,6 +11,5 @@ export interface GetPosts {
|
||||||
community_id?: CommunityId;
|
community_id?: CommunityId;
|
||||||
community_name?: string;
|
community_name?: string;
|
||||||
saved_only?: boolean;
|
saved_only?: boolean;
|
||||||
moderator_view?: boolean;
|
|
||||||
auth?: string;
|
auth?: string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||||
|
|
||||||
export type ListingType = "All" | "Local" | "Subscribed";
|
export type ListingType = "All" | "Local" | "Subscribed" | "Moderator View";
|
||||||
|
|
Loading…
Reference in a new issue