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/scrapbox-jp/types/0.1.2/base.ts";

scrapboxの行のメタデータ

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

§Properties

§
created: number
[src]

行の作成日時

§

行のid

§
text: string
[src]

行のテキスト

§
updated: number
[src]

行の最終更新日時

§
userId: UserId
[src]

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