| 11 | newDocument: T; |
| 12 | } |
| 13 | export interface BaseOperation { |
| 14 | path: string; |
| 15 | } |
| 16 | export interface AddOperation<T> extends BaseOperation { |
| 17 | op: 'add'; |
| 18 | value: T; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…