RelationMapForTable

View Source

Summary

Named relation map for a source table.

Signature

type RelationMapForTable<table> = Record<
  string,
  Relation<table, AnyTable, RelationCardinality, any>
>;