interface IFilterable

Common interface for filterable entities Follows Interface Segregation Principle - shared filter properties

Properties

optional
exclusions: string[]

List of rules or wildcards to exclude

optional
exclusions_sources: string[]

List of files with exclusions

optional
inclusions: string[]

List of wildcards to include

optional
inclusions_sources: string[]

List of files with inclusions

Usage

import { type IFilterable } from ".";