# ValidationResult

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/validate.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/validate.ts#L17)

## Properties

| Property | Type |
|---|---|
| `valid` | `boolean` |
| `errors` | `AssemblyError[]` |
| `warnings` | `string[]` |
| `manifest` | `Manifest` |
| `resolvedSections` | `ManifestSection[]` |
