RelationMapForTable
Summary
Named relation map for a source table.
Signature
type RelationMapForTable<table> = Record<
string,
Relation<table, AnyTable, RelationCardinality, any>
>;
Named relation map for a source table.
type RelationMapForTable<table> = Record<
string,
Relation<table, AnyTable, RelationCardinality, any>
>;