Markdown
/ API Reference / Types
Markdown
/ API Reference / Types

T_Heading

type T_Heading = {
  id: string
  children: string
  depth: number
}