@@ -5,7 +5,6 @@ import { VendureEvent } from './vendure-event';
/**
* @description
* The base class for all entity events used by the EventBus system.
- * * For event type `'updated'` the entity is the one before applying the patch (if not documented otherwise).
* * For event type `'deleted'` the input will most likely be an `id: ID`
*
* @docsCategory events