Documentation
    Preparing search index...

    Interface AnnotationCoreServiceInterface

    interface AnnotationCoreServiceInterface {
        deleteAnnotation(
            id: Annotation.AnnotationId,
        ): Promise<DeleteAnnotationResult>;
        uploadThumbnail(
            annotationId: Annotation.AnnotationId,
            thumbnail: Blob,
        ): Promise<CreateAnnotationThumbnailResult>;
    }

    Implemented by

    Index

    Methods