Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/documentaly/publish/notion/types/mod.ts>BlockType

(Beta) Maintain document and build tool.
Latest
type alias BlockType
import { type BlockType } from "https://deno.land/x/documentaly@0.3.10/publish/notion/types/mod.ts";
definition:
| "paragraph"
| "heading_1"
| "heading_2"
| "heading_3"
| "bulleted_list_item"
| "numbered_list_item"
| "to_do"
| "toggle"
| "child_page"
| "child_database"
| "embed"
| "image"
| "video"
| "file"
| "pdf"
| "bookmark"
| "callout"
| "quote"
| "equation"
| "divider"
| "table_of_contents"
| "column"
| "column_list"
| "link_preview"
| "synced_block"
| "template"
| "link_to_page"
| "table"
| "table_row"
| "unsupported"