getLinks
import { getLinks } from "https://github.mmc99.top/raw/takker99/scrapbox-userscript-std/0.14.9/mod.ts";
指定したprojectのリンクデータを取得する
const getLinks: (project: string, options?: GetLinksOptions) => Promise<Result<{
pages: SearchedTitle[];
followingId: string;
}, NotFoundError | NotLoggedInError | InvalidFollowingIdError>>;