interface NativeFilterScope {
    excluded: number[];
    rootPath: string[];
}

Properties

Properties

excluded: number[]
rootPath: string[]