UNPKG

@fivetrandevelopers/zetasql

Version:
12 lines (11 loc) 484 B
/// <reference types="long" /> import type { SimpleValueProto as _zetasql_SimpleValueProto, SimpleValueProto__Output as _zetasql_SimpleValueProto__Output } from '../zetasql/SimpleValueProto'; import type { Long } from '@grpc/proto-loader'; export interface AnnotationProto { 'id'?: (number | string | Long); 'value'?: (_zetasql_SimpleValueProto | null); } export interface AnnotationProto__Output { 'id': (Long); 'value': (_zetasql_SimpleValueProto__Output | null); }