UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 180 B
import type { BigQueryTableName } from './BigQueryTableName'; export type BigqueryObjRelRemoteTableMultipleColumns = { columns: Array<string>; table: BigQueryTableName; };