Remove all annotations. Returns count removed.
()
| 351 | update(id: string, fields: Partial<T>): T | null; |
| 352 | /** Remove all annotations. Returns count removed. */ |
| 353 | clearAll(): number; |
| 354 | /** Get all annotations (snapshot). */ |
| 355 | getAll(): T[]; |
| 356 | /** Monotonic version counter — incremented on every mutation. */ |