@@ -4,9 +4,15 @@ export const FileDescriptorSet: $protobuf.Type;
44
55export const FileDescriptorProto : $protobuf . Type ;
66
7- export const DescriptorProto : $protobuf . Type & { ExtensionRange : $protobuf . Type , ReservedRange : $protobuf . Type } ;
7+ export const DescriptorProto : $protobuf . Type & {
8+ ExtensionRange : $protobuf . Type ,
9+ ReservedRange : $protobuf . Type
10+ } ;
811
9- export const FieldDescriptorProto : $protobuf . Type & { Label : $protobuf . Enum , Type : $protobuf . Enum } ;
12+ export const FieldDescriptorProto : $protobuf . Type & {
13+ Label : $protobuf . Enum ,
14+ Type : $protobuf . Enum
15+ } ;
1016
1117export const OneofDescriptorProto : $protobuf . Type ;
1218
@@ -18,11 +24,16 @@ export const EnumValueDescriptorProto: $protobuf.Type;
1824
1925export const MethodDescriptorProto : $protobuf . Type ;
2026
21- export const FileOptions : $protobuf . Type & { OptimizeMode : $protobuf . Enum } ;
27+ export const FileOptions : $protobuf . Type & {
28+ OptimizeMode : $protobuf . Enum
29+ } ;
2230
2331export const MessageOptions : $protobuf . Type ;
2432
25- export const FieldOptions : $protobuf . Type & { CType : $protobuf . Enum , JSType : $protobuf . Enum } ;
33+ export const FieldOptions : $protobuf . Type & {
34+ CType : $protobuf . Enum ,
35+ JSType : $protobuf . Enum
36+ } ;
2637
2738export const OneofOptions : $protobuf . Type ;
2839
@@ -34,11 +45,17 @@ export const ServiceOptions: $protobuf.Type;
3445
3546export const MethodOptions : $protobuf . Type ;
3647
37- export const UninterpretedOption : $protobuf . Type & { NamePart : $protobuf . Type } ;
48+ export const UninterpretedOption : $protobuf . Type & {
49+ NamePart : $protobuf . Type
50+ } ;
3851
39- export const SourceCodeInfo : $protobuf . Type & { Location : $protobuf . Type } ;
52+ export const SourceCodeInfo : $protobuf . Type & {
53+ Location : $protobuf . Type
54+ } ;
4055
41- export const GeneratedCodeInfo : $protobuf . Type & { Annotation : $protobuf . Type } ;
56+ export const GeneratedCodeInfo : $protobuf . Type & {
57+ Annotation : $protobuf . Type
58+ } ;
4259
4360export interface IFileDescriptorSet {
4461 file : IFileDescriptorProto [ ] ;
0 commit comments