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

DefaultValues

import type { DefaultValues } from "https://googleapis.deno.dev/v1/notebooks:v2.ts";

DefaultValues represents the default configuration values.

interface DefaultValues {
readonly machineType?: string;
}

§Properties

§
readonly machineType?: string
[src]

Output only. The default machine type used by the backend if not provided by the user.