Skip to content
1 min read · 17 words

Type Alias: ScrapperArticleConfig

ts
type ScrapperArticleConfig = ScrapperBaseConfig<
  ScrapperArticleParams,
  ScrapperArticle,
  ArtifactResolver
>;

Defined in: batteries/tools/scrapper/index.ts:317

Async-factory config for /api/article (full artifact resolver, incl. dynamic import).