@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 311 B
TypeScript
import type { TypeProto as _zetasql_TypeProto, TypeProto__Output as _zetasql_TypeProto__Output } from '../zetasql/TypeProto';
export interface RangeTypeProto {
'elementType'?: (_zetasql_TypeProto | null);
}
export interface RangeTypeProto__Output {
'elementType': (_zetasql_TypeProto__Output | null);
}