We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b603c4 + ff2588b commit a421168Copy full SHA for a421168
src/interfaces/api/site.ts
@@ -26,6 +26,7 @@ export interface Search {
26
community_name?: string;
27
creator_id?: number;
28
sort: string;
29
+ listing_type: string;
30
page?: number;
31
limit?: number;
32
auth?: string;
0 commit comments