diff --git a/src/types/ListCommunities.ts b/src/types/ListCommunities.ts index ee52be4..1cbf9ff 100644 --- a/src/types/ListCommunities.ts +++ b/src/types/ListCommunities.ts @@ -5,6 +5,7 @@ import type { SortType } from "./SortType"; export interface ListCommunities { type_?: ListingType; sort?: SortType; + show_nsfw?: boolean; page?: number; limit?: number; auth?: string;