UNPKG

@fivetrandevelopers/zetasql

Version:
10 lines (9 loc) 378 B
import type { TableRefProto as _zetasql_TableRefProto, TableRefProto__Output as _zetasql_TableRefProto__Output } from '../zetasql/TableRefProto'; export interface ColumnRefProto { 'tableRef'?: (_zetasql_TableRefProto | null); 'name'?: (string); } export interface ColumnRefProto__Output { 'tableRef': (_zetasql_TableRefProto__Output | null); 'name': (string); }