Practice Test Geeks home

TypeScript Data Analysis & Reporting 4

In a TypeScript reporting library, you want a type that represents the possible aggregate functions ('sum', 'avg', 'min', 'max', 'count').
What is the most type-safe definition?

Select your answer