UNPKG

@fivetrandevelopers/zetasql

Version:
8 lines (7 loc) 481 B
import type { ASTCreateViewStatementBaseProto as _zetasql_ASTCreateViewStatementBaseProto, ASTCreateViewStatementBaseProto__Output as _zetasql_ASTCreateViewStatementBaseProto__Output } from '../zetasql/ASTCreateViewStatementBaseProto'; export interface ASTCreateViewStatementProto { 'parent'?: (_zetasql_ASTCreateViewStatementBaseProto | null); } export interface ASTCreateViewStatementProto__Output { 'parent': (_zetasql_ASTCreateViewStatementBaseProto__Output | null); }