@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 396 B
TypeScript
import type { ASTTableElementProto as _zetasql_ASTTableElementProto, ASTTableElementProto__Output as _zetasql_ASTTableElementProto__Output } from '../zetasql/ASTTableElementProto';
export interface ASTTableConstraintProto {
'parent'?: (_zetasql_ASTTableElementProto | null);
}
export interface ASTTableConstraintProto__Output {
'parent': (_zetasql_ASTTableElementProto__Output | null);
}