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

AnswerButton

import type { AnswerButton } from "https://scrapbox.io/api/code/Mijinko/input-dialog-userscript@1.0.0/scrapboxAlert.ts";

アラート内でユーザーが選択したボタンの型

現状名前を入れているだけ

type AnswerButton = buildInButtonNames[number] | string;

§Type

§
buildInButtonNames[number] | string
[src]