---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/scrapper/type-aliases/ScrapperArticleConfigSync.md
description: >-
  Sync-factory config for `/api/article` (`artifact` narrowed to the sync
  subset).
---

# Type Alias: ScrapperArticleConfigSync

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

Defined in: [batteries/tools/scrapper/index.ts:323](https://github.com/NHTIO/ADK/blob/v1.20260609.1/src/batteries/tools/scrapper/index.ts#L323)

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