Contains options for filtering items.

interface ItemFilter {
    includeTypes?: (string | ItemType)[];
}

Properties

Properties

includeTypes?: (string | ItemType)[]

If defined, items that match these types are included.