Remix
Remix
remix/data-table · TypeView Source

RelationMapForTable

Summary

Named relation map for a source table.

Signature

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