Asserts that a given type E extends DynaRecord. If E does not extend DynaRecord, it resolves to never.
E
DynaRecord
never
This is used to enforce that only valid DynaRecord types are included in relationships or other dependent types.
The type to assert.
Asserts that a given type
E
extendsDynaRecord
. IfE
does not extendDynaRecord
, it resolves tonever
.This is used to enforce that only valid
DynaRecord
types are included in relationships or other dependent types.