/**
* Add Asset to registry of known assets
*
* @param string $type Asset type, script or style etc
* @param WebAssetItemInterface $asset Asset instance
*
* @return self
*
* @since 4.0.0
*/
public function add(string $type, WebAssetItemInterface $asset) : self;