Type Alias DataSourceCrawlPattern

Include or exclude pattern

type DataSourceCrawlPattern = {
    pattern: string;
    type: "include" | "exclude";
}
Index

Properties

Properties

pattern: string

Regex patterna to filter links on

type: "include" | "exclude"

include or exclude