Kind: Interface
Source: atloria-monorepo/libs/site-gen-core/src/assembler/types.ts
Properties
| Property | Type |
|---|---|
success | boolean |
outputDir | string |
filesWritten | string[] |
errors | Array<{ stage: AssemblyStage; message: string; context?: Record<string, unknown> }> |
warnings | string[] |
durationMs | number |
Was this page helpful?