@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 462 B
TypeScript
import type { ResolvedAlterObjectStmtProto as _zetasql_ResolvedAlterObjectStmtProto, ResolvedAlterObjectStmtProto__Output as _zetasql_ResolvedAlterObjectStmtProto__Output } from '../zetasql/ResolvedAlterObjectStmtProto';
export interface ResolvedAlterSchemaStmtProto {
'parent'?: (_zetasql_ResolvedAlterObjectStmtProto | null);
}
export interface ResolvedAlterSchemaStmtProto__Output {
'parent': (_zetasql_ResolvedAlterObjectStmtProto__Output | null);
}