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