📄 OneofDescriptorProto.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/google/protobuf/OneofDescriptorProto.d.ts
Language: ts • Lines: 9
import type { OneofOptions as _google_protobuf_OneofOptions, OneofOptions__Output as _google_protobuf_OneofOptions__Output } from '../../google/protobuf/OneofOptions';
export interface OneofDescriptorProto {
    'name'?: (string);
    'options'?: (_google_protobuf_OneofOptions | null);
}
export interface OneofDescriptorProto__Output {
    'name': (string);
    'options': (_google_protobuf_OneofOptions__Output | null);
}