mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Merge pull request #18 from LemmyNet/add_listing_type
Adding listing_type to search.
This commit is contained in:
commit
a4211680c4
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