Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias $.google.protobuf.FileDescriptorProto
import { type $ } from "https://deno.land/x/pbkit@v0.0.54/generated/messages/google/protobuf/FileDescriptorProto.ts";
const { FileDescriptorProto } = $.google.protobuf;
definition: { name?: string; package?: string; dependency: string[]; messageType: DescriptorProto[]; enumType: EnumDescriptorProto[]; service: ServiceDescriptorProto[]; extension: FieldDescriptorProto[]; options?: FileOptions; sourceCodeInfo?: SourceCodeInfo; publicDependency: number[]; weakDependency: number[]; syntax?: string; edition?: string; }