mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Adding listing_type to ListCommunities.
This commit is contained in:
parent
abbc304c3b
commit
dddac9f9ff
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export interface CommunityResponse {
|
|||
}
|
||||
|
||||
export interface ListCommunities {
|
||||
type_: string;
|
||||
sort: string;
|
||||
page?: number;
|
||||
limit?: number;
|
||||
|
|
Loading…
Reference in a new issue