UNPKG

@fivetrandevelopers/zetasql

Version:
11 lines (10 loc) 661 B
import type { ASTNodeProto as _zetasql_ASTNodeProto, ASTNodeProto__Output as _zetasql_ASTNodeProto__Output } from '../zetasql/ASTNodeProto'; import type { ASTStatementListProto as _zetasql_ASTStatementListProto, ASTStatementListProto__Output as _zetasql_ASTStatementListProto__Output } from '../zetasql/ASTStatementListProto'; export interface ASTExceptionHandlerProto { 'parent'?: (_zetasql_ASTNodeProto | null); 'statementList'?: (_zetasql_ASTStatementListProto | null); } export interface ASTExceptionHandlerProto__Output { 'parent': (_zetasql_ASTNodeProto__Output | null); 'statementList': (_zetasql_ASTStatementListProto__Output | null); }