Kind: Interface
Source: atloria-monorepo/apps/api/src/technical-docs/md-to-notion-blocks.ts
Properties
| Property | Type |
|---|---|
type | 'text' |
text | `{ content: string; link: { url: string } |
annotations | { bold?: boolean; italic?: boolean; code?: boolean } |
Kind: Interface
Source: atloria-monorepo/apps/api/src/technical-docs/md-to-notion-blocks.ts
| Property | Type |
|---|---|
type | 'text' |
text | `{ content: string; link: { url: string } |
annotations | { bold?: boolean; italic?: boolean; code?: boolean } |
Was this page helpful?