Type Alias: RelatedValueMap<R>
ts
type RelatedValueMap<R> = { [K in keyof R]: RelationshipValueType<R[K]> };Maps all relationships to their value types.
Type Parameters
| Type Parameter |
|---|
R extends Record<string, RelationshipConfiguration> |