@@ -74,7 +74,7 @@ export default class Batch {
* If there are no deltas in the batch, returns null.
*
* @readonly
- * @returns {Number|null}
+ * @type {Number|null}
*/
get baseVersion() {
return this.deltas.length > 0 ? this.deltas[ 0 ].baseVersion : null;