export class SelectItem {
    value: any;
    label: string;
}