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