export interface ListItem {
    label: string;
    value: any;
}
