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

BaseLine

import type { BaseLine } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts";

scrapboxの行のメタデータ

interface BaseLine {
created: UnixTime;
id: LineId;
text: string;
updated: UnixTime;
userId: UserId;
}

§Properties

§
created: UnixTime
[src]

行の作成日時

§
text: string
[src]

行のテキスト

§
updated: UnixTime
[src]

行の最終更新日時

§
userId: UserId
[src]

一番最後に行を編集した人のid