UNPKG

@hasura/metadata-api

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