Type Alias AgendaGroup

AgendaGroup: { id: string; items: AgendaItem[]; name: string }

Type declaration