mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-23 03:11:26 +00:00
Merge pull request #156 from LemmyNet/add_show_nsfw_sort
Add show_nsfw community sort.
This commit is contained in:
commit
0a9c151b8e
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