Skip to content

Commit a421168

Browse files
authored
Merge pull request LemmyNet#18 from LemmyNet/add_listing_type
Adding listing_type to search.
2 parents 1b603c4 + ff2588b commit a421168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces/api/site.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export interface Search {
2626
community_name?: string;
2727
creator_id?: number;
2828
sort: string;
29+
listing_type: string;
2930
page?: number;
3031
limit?: number;
3132
auth?: string;

0 commit comments

Comments
 (0)