@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 419 B
TypeScript
import type { ParseLocationRangeProto as _zetasql_ParseLocationRangeProto, ParseLocationRangeProto__Output as _zetasql_ParseLocationRangeProto__Output } from '../zetasql/ParseLocationRangeProto';
export interface ASTNodeProto {
'parseLocationRange'?: (_zetasql_ParseLocationRangeProto | null);
}
export interface ASTNodeProto__Output {
'parseLocationRange': (_zetasql_ParseLocationRangeProto__Output | null);
}