mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
our own json patch lib and everything working
This commit is contained in:
committed by
Aiden McClelland
parent
bddbc850ab
commit
2db0449d12
@@ -1,4 +1,4 @@
|
||||
import { Operation } from 'fast-json-patch'
|
||||
import { Operation } from './json-patch-lib'
|
||||
|
||||
// revise a collection of nodes.
|
||||
export type Revision = { id: number, patch: Operation[], expireId: string | null }
|
||||
|
||||
Reference in New Issue
Block a user