Skip to content
1 min read · 17 words

Type Alias: ScrapperArticleConfigSync

ts
type ScrapperArticleConfigSync = ScrapperBaseConfig<
  ScrapperArticleParams,
  ScrapperArticle,
  SyncArtifactResolver
>;

Defined in: src/batteries/tools/scrapper/index.ts:325

Sync-factory config for /api/article (artifact narrowed to the sync subset).