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

Environment

import type { Environment } from "https://googleapis.deno.dev/v1/apphub:v1.ts";

Environment of the Application, Service, or Workload

interface Environment {
type?:
| "TYPE_UNSPECIFIED"
| "PRODUCTION"
| "STAGING"
| "TEST"
| "DEVELOPMENT";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "PRODUCTION" | "STAGING" | "TEST" | "DEVELOPMENT"
[src]

Required. Environment Type.