getLinks
import { getLinks } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";指定したprojectのリンクデータを取得する
const getLinks: (project: string, options?: GetLinksOptions) => Promise<Result<{
pages: SearchedTitle[];
followingId: string;
}, NotFoundError | NotLoggedInError | InvalidFollowingIdError>>;