@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
10 lines (9 loc) • 440 B
TypeScript
import type { ResolvedExprProto as _zetasql_ResolvedExprProto, ResolvedExprProto__Output as _zetasql_ResolvedExprProto__Output } from '../zetasql/ResolvedExprProto';
export interface ResolvedSystemVariableProto {
'parent'?: (_zetasql_ResolvedExprProto | null);
'namePath'?: (string)[];
}
export interface ResolvedSystemVariableProto__Output {
'parent': (_zetasql_ResolvedExprProto__Output | null);
'namePath': (string)[];
}