mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Add creator_id to search.
This commit is contained in:
parent
353f62f7db
commit
491f8176b2
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ export interface Search {
|
||||||
type_: string;
|
type_: string;
|
||||||
community_id?: number;
|
community_id?: number;
|
||||||
community_name?: string;
|
community_name?: string;
|
||||||
|
creator_id?: number;
|
||||||
sort: string;
|
sort: string;
|
||||||
page?: number;
|
page?: number;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
|
|
Loading…
Reference in a new issue