ListPagesOption
import type { ListPagesOption } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";
Options for listPages()
interface ListPagesOption extends BaseOptions {
limit?: number;
skip?: number;
sort?:
} | "updatedWithMe"
| "updated"
| "created"
| "accessed"
| "pageRank"
| "linked"
| "views"
| "title";