How should the accumulator and current arguments to reduce be typed?
interface CountriesContinent { continent: string; countries: string[]; } interface Zebra