Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchedTitle

import type { SearchedTitle } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox-rest.ts";
interface SearchedTitle extends Pick<BasePage, "id" | "title" | "updated"> {
hasIcon: boolean;
links: string[];
}

§Extends

§
Pick<BasePage, "id" | "title" | "updated">
[src]

§Properties

§
hasIcon: boolean
[src]

画像が存在するかどうか