ErrorLikeCopyimport type { ErrorLike } from "https://github.mmc99.top/raw/takker99/scrapbox-userscript-std/0.14.9/deps/scrapbox-rest.ts";Scrapbox REST APIが返すエラーの型 nameはないことがある interface ErrorLike {message: string;name: string;}§Properties§message: string[src]error message §name: string[src]error name