Interface ListCommunities

interface ListCommunities {
    limit?: number;
    page?: number;
    show_nsfw?: boolean;
    sort?: SortType;
    type_?: ListingType;
}

Properties

limit?: number
page?: number
show_nsfw?: boolean
sort?: SortType
type_?: ListingType