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

LaunchOptions

import type { LaunchOptions } from "https://scrapbox.io/api/code/villagepump/personal-pin/mod.js";
interface LaunchOptions {
interval?: number;
project?: string;
}

§Properties

§
interval?: number
[src]

ピン留め更新処理の間隔 既定は60000

§
project?: string
[src]

ピン留めするプロジェクト名 既定は現在のプロジェクト名