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

Proto2DescriptorProto

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

Describes a message type.

interface Proto2DescriptorProto {
name?: string;
nestedType?: Proto2DescriptorProto[];
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.