grpc-node/packages/proto-loader/golden-generated/google/protobuf/EnumValueDescriptorProto.ts

16 lines
499 B
TypeScript

// Original file: null
import type { IEnumValueOptions as I_google_protobuf_EnumValueOptions, OEnumValueOptions as O_google_protobuf_EnumValueOptions } from '../../google/protobuf/EnumValueOptions';
export interface IEnumValueDescriptorProto {
'name'?: (string);
'number'?: (number);
'options'?: (I_google_protobuf_EnumValueOptions | null);
}
export interface OEnumValueDescriptorProto {
'name': (string);
'number': (number);
'options': (O_google_protobuf_EnumValueOptions | null);
}