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

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

(Beta) Maintain document and build tool.
Go to Latest
type alias Annotations
import { type Annotations } from "https://deno.land/x/documentaly@0.3.7/publish/notion/types/mod.ts";
definition: { bold: boolean; italic: boolean; strikethrough: boolean; underline: boolean; code: boolean; color: Color; }