@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
12 lines (11 loc) • 484 B
TypeScript
/// <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);
}