UNPKG

@hasura/metadata-api

Version:
7 lines (6 loc) 248 B
import type { MSSQLTableName } from './MSSQLTableName'; export type MssqlRelManualConfig = { column_mapping: Record<string, string>; insertion_order?: 'before_parent' | 'after_parent' | null; remote_table: (MSSQLTableName | string); };