Interface OverrideFilterFields

interface OverrideFilterFields {
    filename: Glob | Glob[];
}

Hierarchy (view full)

Properties

Properties

filename: Glob | Glob[]

Glob pattern or patterns to match against.