Type AliasMultiSelectComboBoxEntry

MultiSelectComboBoxEntry: {
    label: string;
    starred?: boolean;
    value: string;
}