> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# EditorSystemManifest type

> Manifest for a system to be used in the NanoForge Editor

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# EditorSystemManifest

## Summary

Manifest for a system to be used in the NanoForge Editor

## Signature

```typescript theme={null}
type EditorSystemManifest = {
  name: string;
  description?: string;
  dependencies: string[];
};
```
