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

(Beta) Maintain document and build tool.
Latest
type alias Color
import { type Color } from "https://deno.land/x/documentaly@0.3.10/publish/notion/types/mod.ts";
definition:
| "default"
| "gray"
| "brown"
| "orange"
| "yellow"
| "green"
| "blue"
| "purple"
| "pink"
| "red"
| "gray_background"
| "brown_background"
| "orange_background"
| "yellow_background"
| "green_background"
| "blue_background"
| "purple_background"
| "pink_background"
| "red_background"