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/scrapbox-jp/types/0.1.2/mod.ts";
interface SearchedTitle {
hasIcon: boolean;
id: PageId;
links: string[];
title: string;
updated: number;
}

§Properties

§
hasIcon: boolean
[src]

画像が存在するかどうか

§
title: string
[src]

page title

§
updated: number
[src]

ページの更新日時