Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts
Result of replacing placeholders in a document
Properties
| Property | Type |
|---|---|
documentId | string |
documentPath | string |
replacementsCount | number |
failedReplacements | { placeholder: string; reason: string }[] |
updatedContent | string |
Was this page helpful?