ErrorLike
import type { ErrorLike } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";Scrapbox REST APIが返すエラーの型
nameはないことがある
interface ErrorLike {
message: string;
name: string;
}import type { ErrorLike } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";Scrapbox REST APIが返すエラーの型
nameはないことがある