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

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);
}