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

Proto2EnumDescriptorProto

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

Describes an enum type.

interface Proto2EnumDescriptorProto {
name?: string;
visibility?: "VISIBILITY_UNSET" | "VISIBILITY_LOCAL" | "VISIBILITY_EXPORT";
}

§Properties

§
name?: string
[src]
§
visibility?: "VISIBILITY_UNSET" | "VISIBILITY_LOCAL" | "VISIBILITY_EXPORT"
[src]

Support for export and local keywords on enums.