Type Alias CombinedParentValue<KeyGeneric, ParentGeneric>

CombinedParentValue<KeyGeneric, ParentGeneric>: ExtractValue<KeyGeneric, ParentGeneric> extends never
    ? unknown
    : ExtractValue<KeyGeneric, ParentGeneric>

Helper type for hasProperty.

Type Parameters

  • KeyGeneric extends PropertyKey
  • ParentGeneric