createUndoChangeSet(
args
):Promise
<{id
:LixGenerated
<string
>;metadata?
:null
|Record
<string
,any
>; }>
Creates a "reverse" change set that undoes the changes made by the specified change set.
Pick
<ChangeSet
, "id"
>
Pick
<{ id
: LixGenerated
<string
>; name
: string
; }, "id"
>[]
Promise
<{ id
: LixGenerated
<string
>; metadata?
: null
| Record
<string
, any
>; }>
The newly created change set that contains the undo operations