@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
8 lines (7 loc) • 374 B
TypeScript
import type { SimpleValueProto as _zetasql_SimpleValueProto, SimpleValueProto__Output as _zetasql_SimpleValueProto__Output } from '../zetasql/SimpleValueProto';
export interface ExtendedTypeParametersProto {
'parameters'?: (_zetasql_SimpleValueProto)[];
}
export interface ExtendedTypeParametersProto__Output {
'parameters': (_zetasql_SimpleValueProto__Output)[];
}