import type { PaginationCursor } from "./PaginationCursor"; export type ListCommunityPendingFollows = { /** * Only shows the unapproved applications */ unread_only?: boolean; all_communities?: boolean; page_cursor?: PaginationCursor; limit?: number; };