mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-23 03:11:26 +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 {
|
export interface ListCommunities {
|
||||||
type_?: ListingType;
|
type_?: ListingType;
|
||||||
sort?: SortType;
|
sort?: SortType;
|
||||||
|
show_nsfw?: boolean;
|
||||||
page?: number;
|
page?: number;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
auth?: string;
|
auth?: string;
|
||||||
|
|
Loading…
Reference in a new issue