Skip to content
1 min read · 17 words

Type Alias: ScrapperArticleConfigSync

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

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

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