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