UNPKG

@hasura/metadata-api

Version:
6 lines (5 loc) 179 B
import type { MySQLTableName } from './MySQLTableName'; export type MysqlArrRelUsingFKeyOnMultipleColumns = { columns: Array<string>; table: (MySQLTableName | string); };