/** * The person sort type. */ export type PersonSortType = "new" | "old" | "post_score" | "comment_score";