src/app/lib/multi-select/multi-select-item.interface.ts
payload: any
any
selected: boolean
boolean
text: string
string
export interface UATMultiSelectItem { text: string; payload: any; selected: boolean; }