Change record status: 
Project: 
Introduced in branch: 
8.6.x
Introduced in version: 
8.6.0
Description: 

Configuration entity data types are now supported by the typed data system. There are derived in a similar way to content entities - ie. entity:$entity_type and entity:$entity_type:$bundle data types.

Potential for example usages:

$config_entity = ConfigTest::load('my_config_id');
$typed_config_entity = ConfigEntityAdapter::createFromEntity($config_entity);
$violations = $typed_config_entity->validate();
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done