import type { OptionType, SectionOptionType } from '../types'; export const getReducedSectionData = (data: SectionOptionType[]) => data.reduce[]>((prev, current) => [...prev, ...current.data], []);