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

Criticality

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

Criticality of the Application, Service, or Workload

interface Criticality {
type?:
| "TYPE_UNSPECIFIED"
| "MISSION_CRITICAL"
| "HIGH"
| "MEDIUM"
| "LOW";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "MISSION_CRITICAL" | "HIGH" | "MEDIUM" | "LOW"
[src]

Required. Criticality Type.