UNPKG

@hasura/metadata-api

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