Kind: Interface
Source: atloria-monorepo/apps/api/src/document/dto/bulk-operations.dto.ts
Result of bulk operation
Properties
| Property | Type |
|---|---|
success | number |
failed | number |
errors | `Array<{ |
documentId: string; error: string;
}>` |
Kind: Interface
Source: atloria-monorepo/apps/api/src/document/dto/bulk-operations.dto.ts
Result of bulk operation
| Property | Type |
|---|---|
success | number |
failed | number |
errors | `Array<{ |
documentId: string; error: string;
}>` |
Was this page helpful?