UNPKG

@hasura/metadata-api

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