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

Line

import type { Line } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox-rest.ts";

scrapboxの行のメタデータ

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

§Properties

§
created: UnixTime
[src]

行の作成日時

§
id: LineId
[src]
§
text: string
[src]

行のテキスト

§
updated: UnixTime
[src]

行の最終更新日時

§
userId: UserId
[src]

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