Contains options for filtering items.
export interface ItemFilter { includeTypes?: (ItemType | string)[];} Copy
export interface ItemFilter { includeTypes?: (ItemType | string)[];}
Optional
If defined, items that match these types are included.
Contains options for filtering items.
Source