@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 493 B
TypeScript
import type { ASTCreateViewStatementBaseProto as _zetasql_ASTCreateViewStatementBaseProto, ASTCreateViewStatementBaseProto__Output as _zetasql_ASTCreateViewStatementBaseProto__Output } from '../zetasql/ASTCreateViewStatementBaseProto';
export interface ASTCreateApproxViewStatementProto {
'parent'?: (_zetasql_ASTCreateViewStatementBaseProto | null);
}
export interface ASTCreateApproxViewStatementProto__Output {
'parent': (_zetasql_ASTCreateViewStatementBaseProto__Output | null);
}