import type { AnnotationFileRequest } from './annotation-file-request';
export type TaskAnnotationsWriteRequest = AnnotationFileRequest;
