@fivetrandevelopers/zetasql-snowflake
Version:
ZetaSQL Snowflake gRPC server and client
11 lines (10 loc) • 700 B
TypeScript
import type { ASTNodeProto as _zetasql_ASTNodeProto, ASTNodeProto__Output as _zetasql_ASTNodeProto__Output } from '../zetasql/ASTNodeProto';
import type { _zetasql_ASTTemplatedParameterTypeEnums_TemplatedTypeKind, _zetasql_ASTTemplatedParameterTypeEnums_TemplatedTypeKind__Output } from '../zetasql/ASTTemplatedParameterTypeEnums';
export interface ASTTemplatedParameterTypeProto {
'parent'?: (_zetasql_ASTNodeProto | null);
'kind'?: (_zetasql_ASTTemplatedParameterTypeEnums_TemplatedTypeKind);
}
export interface ASTTemplatedParameterTypeProto__Output {
'parent': (_zetasql_ASTNodeProto__Output | null);
'kind': (_zetasql_ASTTemplatedParameterTypeEnums_TemplatedTypeKind__Output);
}