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

§Properties

§
name?: string
[src]