UNPKG

@fivetrandevelopers/zetasql

Version:
10 lines (9 loc) 395 B
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); }