export default function getUniqueListBy(arr: T[], key: string): T[];