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>Annotations

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