GroupDropDownOption: {
    label: string;
    options: DropDownOption[];
    index: number;
}

Type declaration