|
1 | 1 | import * as $protobuf from "../.."; |
2 | 2 |
|
| 3 | +export const FileDescriptorSet: $protobuf.Type; |
| 4 | + |
| 5 | +export const FileDescriptorProto: $protobuf.Type; |
| 6 | + |
| 7 | +export const DescriptorProto: $protobuf.Type & { ExtensionRange: $protobuf.Type, ReservedRange: $protobuf.Type}; |
| 8 | + |
| 9 | +export const FieldDescriptorProto: $protobuf.Type & { Label: $protobuf.Enum, Type: $protobuf.Enum}; |
| 10 | + |
| 11 | +export const OneofDescriptorProto: $protobuf.Type; |
| 12 | + |
| 13 | +export const EnumDescriptorProto: $protobuf.Type; |
| 14 | + |
| 15 | +export const ServiceDescriptorProto: $protobuf.Type; |
| 16 | + |
| 17 | +export const EnumValueDescriptorProto: $protobuf.Type; |
| 18 | + |
| 19 | +export const MethodDescriptorProto: $protobuf.Type; |
| 20 | + |
| 21 | +export const FileOptions: $protobuf.Type & { OptimizeMode: $protobuf.Enum}; |
| 22 | + |
| 23 | +export const MessageOptions: $protobuf.Type; |
| 24 | + |
| 25 | +export const FieldOptions: $protobuf.Type & { CType: $protobuf.Enum, JSType: $protobuf.Enum}; |
| 26 | + |
| 27 | +export const OneofOptions: $protobuf.Type; |
| 28 | + |
| 29 | +export const EnumOptions: $protobuf.Type; |
| 30 | + |
| 31 | +export const EnumValueOptions: $protobuf.Type; |
| 32 | + |
| 33 | +export const ServiceOptions: $protobuf.Type; |
| 34 | + |
| 35 | +export const MethodOptions: $protobuf.Type; |
| 36 | + |
| 37 | +export const UninterpretedOption: $protobuf.Type & { NamePart: $protobuf.Type}; |
| 38 | + |
| 39 | +export const SourceCodeInfo: $protobuf.Type & { Location: $protobuf.Type}; |
| 40 | + |
| 41 | +export const GeneratedCodeInfo: $protobuf.Type & { Annotation: $protobuf.Type}; |
| 42 | + |
3 | 43 | export interface IFileDescriptorSet { |
4 | 44 | file: IFileDescriptorProto[]; |
5 | 45 | } |
@@ -133,43 +173,3 @@ export interface IMethodDescriptorProto { |
133 | 173 | export interface IMethodOptions { |
134 | 174 | deprecated?: boolean; |
135 | 175 | } |
136 | | - |
137 | | -export const FileDescriptorSet: $protobuf.Type; |
138 | | - |
139 | | -export const FileDescriptorProto: $protobuf.Type; |
140 | | - |
141 | | -export const DescriptorProto: $protobuf.Type & { ExtensionRange: $protobuf.Type, ReservedRange: $protobuf.Type}; |
142 | | - |
143 | | -export const FieldDescriptorProto: $protobuf.Type & { Label: $protobuf.Enum, Type: $protobuf.Enum}; |
144 | | - |
145 | | -export const OneofDescriptorProto: $protobuf.Type; |
146 | | - |
147 | | -export const EnumDescriptorProto: $protobuf.Type; |
148 | | - |
149 | | -export const ServiceDescriptorProto: $protobuf.Type; |
150 | | - |
151 | | -export const EnumValueDescriptorProto: $protobuf.Type; |
152 | | - |
153 | | -export const MethodDescriptorProto: $protobuf.Type; |
154 | | - |
155 | | -export const FileOptions: $protobuf.Type & { OptimizeMode: $protobuf.Enum}; |
156 | | - |
157 | | -export const MessageOptions: $protobuf.Type; |
158 | | - |
159 | | -export const FieldOptions: $protobuf.Type & { CType: $protobuf.Enum, JSType: $protobuf.Enum}; |
160 | | - |
161 | | -export const OneofOptions: $protobuf.Type; |
162 | | - |
163 | | -export const EnumOptions: $protobuf.Type; |
164 | | - |
165 | | -export const EnumValueOptions: $protobuf.Type; |
166 | | - |
167 | | -export const ServiceOptions: $protobuf.Type; |
168 | | - |
169 | | -export const MethodOptions: $protobuf.Type; |
170 | | - |
171 | | -export const UninterpretedOption: $protobuf.Type & { NamePart: $protobuf.Type}; |
172 | | - |
173 | | -export const SourceCodeInfo: $protobuf.Type & { Location: $protobuf.Type}; |
174 | | - |
175 | | -export const GeneratedCodeInfo: $protobuf.Type & { Annotation: $protobuf.Type}; |
|
0 commit comments