@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
10 lines (9 loc) • 395 B
TypeScript
import type { ASTLeafProto as _zetasql_ASTLeafProto, ASTLeafProto__Output as _zetasql_ASTLeafProto__Output } from '../zetasql/ASTLeafProto';
export interface ASTStringLiteralProto {
'parent'?: (_zetasql_ASTLeafProto | null);
'stringValue'?: (string);
}
export interface ASTStringLiteralProto__Output {
'parent': (_zetasql_ASTLeafProto__Output | null);
'stringValue': (string);
}