BaseLine
import type { BaseLine } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/deps/scrapbox.ts";
scrapboxの行のメタデータ
interface BaseLine {
created: UnixTime;
id: LineId;
text: string;
updated: UnixTime;
userId: UserId;
}