diff --git a/src/interfaces.ts b/src/interfaces.ts index 1385631..b6af1b4 100644 --- a/src/interfaces.ts +++ b/src/interfaces.ts @@ -881,6 +881,7 @@ export interface SearchForm { q: string; type_: SearchType; community_id?: number; + community_name?: string; sort: SortType; page?: number; limit?: number;