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
DynaRecordtypeTwhose properties are either aDynaRecordor an array ofDynaRecord.This type is used to identify properties in a
DynaRecordthat represent relationships to other entities.