Adding listing_type to search.

This commit is contained in:
Dessalines 2021-04-09 16:37:53 -04:00
parent 1b603c48cc
commit ff2588bf90

View file

@ -26,6 +26,7 @@ export interface Search {
community_name?: string;
creator_id?: number;
sort: string;
listing_type: string;
page?: number;
limit?: number;
auth?: string;