# SerializedFrontmatterNode

**Kind:** Type

**Source:** [`atloria-monorepo/packages/editor/src/plugins/frontmatter/FrontmatterNode.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/frontmatter/FrontmatterNode.tsx#L8)

## Definition

```ts
Spread<
  {
    yaml: string
    version: 1
  },
  SerializedLexicalNode
>
```
