mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-22 19:01:27 +00:00
Add show_nsfw community sort.
This commit is contained in:
parent
a6bcfbc049
commit
39d27b04d0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import type { SortType } from "./SortType";
|
|||
export interface ListCommunities {
|
||||
type_?: ListingType;
|
||||
sort?: SortType;
|
||||
show_nsfw?: boolean;
|
||||
page?: number;
|
||||
limit?: number;
|
||||
auth?: string;
|
||||
|
|
Loading…
Reference in a new issue