SimpleCodeFile
import type { SimpleCodeFile } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
コードブロックの上書きに使う情報のinterface
interface SimpleCodeFile {
content: string | string[];
filename: string;
lang?: string;
}