UNPKG

@hasura/metadata-api

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