/** * A listing type for multi-community fetches. */ export type MultiCommunityListingType = "all" | "local" | "subscribed";