Page
import type { Page } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox-rest.ts";
page information
interface Page extends BasePage {
collaborators: User[];
files: string[];
icons: string[];
lastAccessed: UnixTime | null;
lines: BaseLine[];
links: string[];
persistent: boolean;
projectLinks: string[];
relatedPages: RelatedPages;
snapshotCount: number;
user: User;
}