@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
11 lines (10 loc) • 531 B
TypeScript
import type { TypeProto as _zetasql_TypeProto, TypeProto__Output as _zetasql_TypeProto__Output } from '../zetasql/TypeProto';
import type { ValueProto as _zetasql_ValueProto, ValueProto__Output as _zetasql_ValueProto__Output } from '../zetasql/ValueProto';
export interface ValueWithTypeProto {
'type'?: (_zetasql_TypeProto | null);
'value'?: (_zetasql_ValueProto | null);
}
export interface ValueWithTypeProto__Output {
'type': (_zetasql_TypeProto__Output | null);
'value': (_zetasql_ValueProto__Output | null);
}