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

ExportedData

import type { ExportedData } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox-rest.ts";
interface ExportedData <hasMetadata extends true | false = false> {
displayName: string;
exported: UnixTime;
name: string;
pages: ExportedPage<hasMetadata>[];
}

§Type Parameters

§
hasMetadata extends true | false = false
[src]

§Properties

§
displayName: string
[src]

project's display name

§
exported: UnixTime
[src]

このデータを生成した日時 (UNIX時刻)

§
name: string
[src]

project's name

§
pages: ExportedPage<hasMetadata>[]
[src]

exported pages