📄 EnumValueDescriptorProto.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/google/protobuf/EnumValueDescriptorProto.d.ts
Language: ts • Lines: 11
import type { EnumValueOptions as _google_protobuf_EnumValueOptions, EnumValueOptions__Output as _google_protobuf_EnumValueOptions__Output } from '../../google/protobuf/EnumValueOptions';
export interface EnumValueDescriptorProto {
    'name'?: (string);
    'number'?: (number);
    'options'?: (_google_protobuf_EnumValueOptions | null);
}
export interface EnumValueDescriptorProto__Output {
    'name': (string);
    'number': (number);
    'options': (_google_protobuf_EnumValueOptions__Output | null);
}