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