Extracts the keys of a DynaRecord type T whose properties are either a DynaRecord or an array of DynaRecord.
DynaRecord
T
This type is used to identify properties in a DynaRecord that represent relationships to other entities.
The DynaRecord type to evaluate.
A union of property names in T that represent relationships.
Extracts the keys of a
DynaRecord
typeT
whose properties are either aDynaRecord
or an array ofDynaRecord
.This type is used to identify properties in a
DynaRecord
that represent relationships to other entities.