enum AnnotationMode {
  VIEW,
  EDIT,
  CREATE,
  MOVE,
  ADD,
  CAMERA_MOVE,
  EDIT_LABEL,
  DELETED,
}

export default AnnotationMode
