Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

(Beta) Maintain document and build tool.
Go to Latest
type alias BlockTypeObject
import { type BlockTypeObject } from "https://deno.land/x/documentaly@0.3.7/publish/notion/types/mod.ts";
definition:
| BaseBlockTypeObject<"paragraph">
| BaseBlockTypeObject<"heading_1">
| BaseBlockTypeObject<"heading_2">
| BaseBlockTypeObject<"heading_3">
| BaseBlockTypeObject<"bulleted_list_item">
| BaseBlockTypeObject<"numbered_list_item">