mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Adding listing_type to search.
This commit is contained in:
parent
1b603c48cc
commit
ff2588bf90
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ export interface Search {
|
||||||
community_name?: string;
|
community_name?: string;
|
||||||
creator_id?: number;
|
creator_id?: number;
|
||||||
sort: string;
|
sort: string;
|
||||||
|
listing_type: string;
|
||||||
page?: number;
|
page?: number;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
auth?: string;
|
auth?: string;
|
||||||
|
|
Loading…
Reference in a new issue