Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface GlobalContext
import { type GlobalContext } from "https://deno.land/x/revolt_api@0.4.0/scripts/types.ts";

Context passed to all submodules

Properties

additionalProperties: boolean
optional
auth: string
optional
formatter: SchemaFormatter
immutableTypes: boolean
defaultNonNullable: boolean
optional
silent: boolean

(optional) Should logging be suppressed? (necessary for STDOUT)

optional
namespace: string
rawSchema: boolean
version: number
optional
supportArrayLength: boolean