Define Change.toRaw result as RawChange (#25676)

GitOrigin-RevId: 0fa23806e9d7ee015b5a2a542d52382499edf9ab
This commit is contained in:
Alf Eaton
2025-05-21 09:52:53 +01:00
committed by Copybot
parent 80897001a5
commit 827fb19df7

View File

@@ -13,7 +13,7 @@ const V2DocVersions = require('./v2_doc_versions')
/**
* @import Author from "./author"
* @import { BlobStore } from "./types"
* @import { BlobStore, RawChange } from "./types"
*/
/**
@@ -54,7 +54,7 @@ class Change {
/**
* For serialization.
*
* @return {Object}
* @return {RawChange}
*/
toRaw() {
function toRaw(object) {