Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImportedData

import type { ImportedData } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox-rest.ts";
interface ImportedData <hasMetadata extends true | false = false> {
pages: hasMetadata extends true ? ImportedPage[] : ImportedLightPage[];
}

§Type Parameters

§
hasMetadata extends true | false = false
[src]

§Properties

§
pages: hasMetadata extends true ? ImportedPage[] : ImportedLightPage[]
[src]

pages importing to a project