OpenOptions
import type { OpenOptions } from "https://github.mmc99.top/raw/takker99/scrapbox-userscript-std/0.14.9/mod.ts";
interface OpenOptions {
body?: string;
id?: string;
newTab?: boolean;
reload?: boolean;
}import type { OpenOptions } from "https://github.mmc99.top/raw/takker99/scrapbox-userscript-std/0.14.9/mod.ts";