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/scrapbox-jp/types/0.1.2/mod.ts";
interface ExportedData <hasMetadata extends true | false = false> {
displayName: string;
exported: number;
name: string;
pages: ExportedPage<hasMetadata>[];
}

§Type Parameters

§
hasMetadata extends true | false = false
[src]

§Properties

§
displayName: string
[src]

project's display name

§
exported: number
[src]

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

§
name: string
[src]

project's name

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

exported pages