export interface ISelectItem { id: string; label: string; value: string; image?: string; checked: boolean; originalValue: any; [key: string]: any; }