/** * The local user sort type. */ export type LocalUserSortType = "new" | "old";