/** * A list of possible types for a person's content. */ export type PersonContentType = "all" | "comments" | "posts";