export interface WrappedItem { item: I; excluded: boolean; }