| 63 | } |
| 64 | |
| 65 | export interface AppliedChange { |
| 66 | id: string; |
| 67 | delId?: string; |
| 68 | insId?: string; |
| 69 | deletedText: string; |
| 70 | insertedText: string; |
| 71 | contextBefore: string; |
| 72 | contextAfter: string; |
| 73 | reason?: string; |
| 74 | } |
| 75 | |
| 76 | export interface EditError { |
| 77 | index: number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…