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

HeadData

import type { HeadData } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/browser/websocket/pull.ts";
interface HeadData {
commitId: string;
image: string | null;
lines: Line[];
links: string[];
pageId: string;
persistent: boolean;
pin: number;
}

§Properties

§
commitId: string
[src]
§
image: string | null
[src]
§
lines: Line[]
[src]
§
pageId: string
[src]
§
persistent: boolean
[src]
§
pin: number
[src]