react-component/tree

Type 'DateType' does not satisfy the constraint

AMSRAIMAR opened this issue · 0 comments

Type 'DateType' does not satisfy the constraint 'BasicDataNode'.ts(2344)
interface.d.ts(59, 25): This type parameter might need an extends BasicDataNode constraint.

export type KeyEntities<DateType = any> = Record<SafeKey, DataEntity<DateType>>;

export type KeyEntities<DateType = any> = Record<SafeKey, DataEntity<DateType>>;