@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
10 lines (9 loc) • 421 B
TypeScript
import type { ProtoTypeProto as _zetasql_ProtoTypeProto, ProtoTypeProto__Output as _zetasql_ProtoTypeProto__Output } from '../zetasql/ProtoTypeProto';
export interface FieldDescriptorRefProto {
'containingProto'?: (_zetasql_ProtoTypeProto | null);
'number'?: (number);
}
export interface FieldDescriptorRefProto__Output {
'containingProto': (_zetasql_ProtoTypeProto__Output | null);
'number': (number);
}