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).