RegistrationType
import type { RegistrationType } from "https://googleapis.deno.dev/v1/apphub:v1.ts";The registration type of a service.
interface RegistrationType {
readonly type?: "TYPE_UNSPECIFIED" | "EXCLUSIVE" | "SHARED";
}import type { RegistrationType } from "https://googleapis.deno.dev/v1/apphub:v1.ts";The registration type of a service.