diff --git a/utils/timeAgo.tsx b/utils/timeAgo.tsx index 3c510a71..424b92b0 100644 --- a/utils/timeAgo.tsx +++ b/utils/timeAgo.tsx @@ -1,5 +1,5 @@ -const DIVISIONS = [ +const DIVISIONS: { amount: number, name: Intl.RelativeTimeFormatUnit }[] = [ { amount: 60, name: 'seconds' }, { amount: 60, name: 'minutes' }, { amount: 24, name: 'hours' },