Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Item

import type { Item } from "https://scrapbox.io/api/code/Mijinko/Deno_Doc/mod.ts";

ボタンの情報を格納しておくための型。こっちは汎用的に使う。

type Item = ItemText | ItemIcon;