Kind: Interface
Source: atloria-monorepo/packages/core/src/rendering/types.ts
Block definition node Represents reusable content blocks
Properties
| Property | Type |
|---|---|
type | 'block_definition' |
blockId | string |
content | ASTNode[] |
Kind: Interface
Source: atloria-monorepo/packages/core/src/rendering/types.ts
Block definition node Represents reusable content blocks
| Property | Type |
|---|---|
type | 'block_definition' |
blockId | string |
content | ASTNode[] |
Was this page helpful?