export interface ToggleMenuListItem {
    id: number;
    option: any;
    [prop: string]: any;
}
