ImportedData
import type { ImportedData } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/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[];
}