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

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";
}

§Properties

§
readonly type?: "TYPE_UNSPECIFIED" | "EXCLUSIVE" | "SHARED"
[src]

Output only. The registration type of a service.