ImportedData
import type { ImportedData } from "https://github.mmc99.top/raw/takker99/scrapbox-userscript-std/0.14.9/deps/scrapbox-rest.ts";
JSON data for importing by https://scrapbox.io/api/page-data/import/:projectname.json
interface ImportedData <hasMetadata extends true | false = false> {
pages: hasMetadata extends true ? ImportedPage[] : ImportedLightPage[];
}