mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Define Change.toRaw result as RawChange (#25676)
GitOrigin-RevId: 0fa23806e9d7ee015b5a2a542d52382499edf9ab
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user