Add show_nsfw community sort.

This commit is contained in:
Dessalines 2023-06-29 16:56:27 -04:00
parent a6bcfbc049
commit 39d27b04d0

View file

@ -5,6 +5,7 @@ import type { SortType } from "./SortType";
export interface ListCommunities { export interface ListCommunities {
type_?: ListingType; type_?: ListingType;
sort?: SortType; sort?: SortType;
show_nsfw?: boolean;
page?: number; page?: number;
limit?: number; limit?: number;
auth?: string; auth?: string;