UNPKG

@fivetrandevelopers/zetasql

Version:
14 lines (13 loc) 593 B
import type { ResolvedStatementProto as _zetasql_ResolvedStatementProto, ResolvedStatementProto__Output as _zetasql_ResolvedStatementProto__Output } from '../zetasql/ResolvedStatementProto'; export interface ResolvedDescribeStmtProto { 'parent'?: (_zetasql_ResolvedStatementProto | null); 'objectType'?: (string); 'namePath'?: (string)[]; 'fromNamePath'?: (string)[]; } export interface ResolvedDescribeStmtProto__Output { 'parent': (_zetasql_ResolvedStatementProto__Output | null); 'objectType': (string); 'namePath': (string)[]; 'fromNamePath': (string)[]; }