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);
}
