UNPKG

@fivetrandevelopers/zetasql

Version:
30 lines (29 loc) 1.04 kB
/// <reference types="long" /> /// <reference types="node" /> import type { Long } from '@grpc/proto-loader'; export interface _google_protobuf_UninterpretedOption_NamePart { 'namePart'?: (string); 'isExtension'?: (boolean); } export interface _google_protobuf_UninterpretedOption_NamePart__Output { 'namePart': (string); 'isExtension': (boolean); } export interface UninterpretedOption { 'name'?: (_google_protobuf_UninterpretedOption_NamePart)[]; 'identifierValue'?: (string); 'positiveIntValue'?: (number | string | Long); 'negativeIntValue'?: (number | string | Long); 'doubleValue'?: (number | string); 'stringValue'?: (Buffer | Uint8Array | string); 'aggregateValue'?: (string); } export interface UninterpretedOption__Output { 'name': (_google_protobuf_UninterpretedOption_NamePart__Output)[]; 'identifierValue': (string); 'positiveIntValue': (Long); 'negativeIntValue': (Long); 'doubleValue': (number); 'stringValue': (Buffer); 'aggregateValue': (string); }