UNPKG

@hasura/metadata-api

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