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

ImportedPage

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

メタデータ付きインポート用ページデータ

interface ImportedPage {
lines: ImportedLine[];
title: string;
}

§Properties

§

page's line data

lines[0].text should be equal to title

§
title: string
[src]

page's title

title should be equal to lines[0].text