UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 169 B
import type { BigQueryTableName } from './BigQueryTableName'; export type BigqueryObjRelRemoteTableSingleColumn = { column: string; table: BigQueryTableName; };