Notion.Annotation (notion_ex v0.1.0)

Annotation

Link to this section Summary

Link to this section Types

Specs

t() :: %Notion.Annotation{
  bold: boolean(),
  code: boolean(),
  color: Notion.Annotation.Color.t(),
  italic: boolean(),
  strikethrough: boolean(),
  underline: boolean()
}