UNPKG

@hasura/metadata-api

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