mirror of https://github.com/grpc/grpc-node.git
14 lines
418 B
TypeScript
14 lines
418 B
TypeScript
// Original file: null
|
|
|
|
import type { IOneofOptions as I_google_protobuf_OneofOptions, OOneofOptions as O_google_protobuf_OneofOptions } from '../../google/protobuf/OneofOptions';
|
|
|
|
export interface IOneofDescriptorProto {
|
|
'name'?: (string);
|
|
'options'?: (I_google_protobuf_OneofOptions | null);
|
|
}
|
|
|
|
export interface OOneofDescriptorProto {
|
|
'name': (string);
|
|
'options': (O_google_protobuf_OneofOptions | null);
|
|
}
|