(id: string)
| 187 | data: Omit<Annotation, "id" | "sessionId" | "status" | "createdAt"> |
| 188 | ): Annotation | undefined; |
| 189 | getAnnotation(id: string): Annotation | undefined; |
| 190 | updateAnnotation( |
| 191 | id: string, |
| 192 | data: Partial<Omit<Annotation, "id" | "sessionId" | "createdAt">> |
no outgoing calls
no test coverage detected