export interface IEventOrgUnits {
    orgUnits: {
        [orgUnitName: string]: string[];
    };
    orgUnitsGroupBy: string[];
}
