UNPKG

@fivetrandevelopers/zetasql

Version:
10 lines (9 loc) 366 B
import type { TypeProto as _zetasql_TypeProto, TypeProto__Output as _zetasql_TypeProto__Output } from '../zetasql/TypeProto'; export interface StructFieldProto { 'fieldName'?: (string); 'fieldType'?: (_zetasql_TypeProto | null); } export interface StructFieldProto__Output { 'fieldName': (string); 'fieldType': (_zetasql_TypeProto__Output | null); }