/** * A listing type for post and comment list fetches. */ export type ListingType = "all" | "local" | "subscribed" | "moderator_view" | "suggested";