interface DiceRollRe-exportimport { type DiceRoll } from "https://deno.land/x/bcdeno_api@v1.1.1/mod.ts"; ダイスロールの種類と結果 Propertieskind: "normal" | "tens_d10" | "d9"振ったダイスの種類 sides: number存在するダイスの面の数 value: numberダイスの出目