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

BackupData

import type { BackupData } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";

project backup data

interface BackupData {
displayName: string;
exported: UnixTime;
name: string;
pages: BackupedPage[];
}

§Properties

§
displayName: string
[src]

project's display name

§
exported: UnixTime
[src]

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

§
name: string
[src]

project's name

§

backuped pages