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

LinkEvent

import type { LinkEvent } from "https://raw.githubusercontent.com/takker99/scrapbox-storage/0.1.3/mod.ts";

broadcast channelで流すデータ

interface LinkEvent {
projects: string[];
type: "update";
}

§Properties

§
projects: string[]
[src]

更新されたproject

§
type: "update"
[src]