/** * A list of possible types for reports. */ export type ReportType = "all" | "posts" | "comments" | "private_messages" | "communities";