Add creator_id to search.

This commit is contained in:
Dessalines 2021-04-09 16:12:10 -04:00
parent 353f62f7db
commit 491f8176b2

View file

@ -24,6 +24,7 @@ export interface Search {
type_: string;
community_id?: number;
community_name?: string;
creator_id?: number;
sort: string;
page?: number;
limit?: number;