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

PageBrief

import type { PageBrief } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";
interface PageBrief {
exists: boolean;
hasIcon?: boolean;
id: string;
title: string;
titleLc: StringLc;
updated: number;
}

§Properties

§
exists: boolean
[src]

true when the page has contents

§
hasIcon?: boolean
[src]

whether the page contains any image

§
id: string
[src]

the page id

§
title: string
[src]

the page title

§
updated: number
[src]

updated time