UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 211 B
import type { PostgresQualified_TableName } from './PostgresQualified_TableName'; export type CockroachObjRelRemoteTableSingleColumn = { column: string; table: (PostgresQualified_TableName | string); };