ScopeCopyimport type { Scope } from "https://googleapis.deno.dev/v1/apphub:v1.ts";Scope of an application. interface Scope {type?: "TYPE_UNSPECIFIED" | "REGIONAL" | "GLOBAL";}§Properties§type?: "TYPE_UNSPECIFIED" | "REGIONAL" | "GLOBAL"[src]Required. Scope Type.