Kind: Class
Source: atloria-monorepo/apps/api/src/project/dto/sync.dto.ts
Batch sync response
Properties
| Property | Type |
|---|---|
success | number |
failed | number |
skipped | number |
results | SyncResultDto[] |
categoriesCreated | string[] |
Kind: Class
Source: atloria-monorepo/apps/api/src/project/dto/sync.dto.ts
Batch sync response
| Property | Type |
|---|---|
success | number |
failed | number |
skipped | number |
results | SyncResultDto[] |
categoriesCreated | string[] |
Was this page helpful?