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

BooleanValue

import type { BooleanValue } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface BooleanValue {
boolean_value: boolean;
scribe_key?: string;
type: "BOOLEAN";
}

§Properties

§
boolean_value: boolean
[src]
§
scribe_key?: string
[src]
§
type: "BOOLEAN"
[src]