UNPKG

@fivetrandevelopers/zetasql

Version:
13 lines (12 loc) 350 B
export interface ProtoTypeProto { 'protoName'?: (string); 'protoFileName'?: (string); 'fileDescriptorSetIndex'?: (number); 'catalogNamePath'?: (string)[]; } export interface ProtoTypeProto__Output { 'protoName': (string); 'protoFileName': (string); 'fileDescriptorSetIndex': (number); 'catalogNamePath': (string)[]; }