Adding listing_type to ListCommunities.

This commit is contained in:
Dessalines 2021-01-26 10:31:56 -05:00
parent abbc304c3b
commit dddac9f9ff

View file

@ -33,6 +33,7 @@ export interface CommunityResponse {
} }
export interface ListCommunities { export interface ListCommunities {
type_: string;
sort: string; sort: string;
page?: number; page?: number;
limit?: number; limit?: number;