UNPKG

@hasura/metadata-api

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