# ManifestSection

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `category` | `string` |
| `file` | `string` |
| `exportName` | `string` |
| `destinationPath` | `string` |
| `description` | `string` |
| `visual` | `Record<string, unknown>` |
| `tags` | `string[]` |
| `bestFor` | `string[]` |
| `props` | `Record<string, ManifestProp>` |
| `dependencies` | `string[]` |
| `sharedComponents` | `string[]` |
| `sampleTranslationKeys` | `Record<string, string>` |
