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/scrapbox-jp/types/0.1.2/mod.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