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

ImportedLine

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

インポート用メタデータ付き行データ

interface ImportedLine {
created?: UnixTime;
text: string;
updated?: UnixTime;
}

§Properties

§
created?: UnixTime
[src]

行の最終作成日時 (UNIX時刻)

§
text: string
[src]

line text

§
updated?: UnixTime
[src]

行の最終更新日時 (UNIX時刻)